mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
21 lines
388 B
Markdown
21 lines
388 B
Markdown
```
|
|
% pandoc -f markdown -t native
|
|
t^[a]{.cb}\ b^
|
|
t^[a]{fg=yellow bg=blue}\ b^
|
|
^D
|
|
[ Para
|
|
[ Str "t"
|
|
, Superscript
|
|
[ Span ( "" , [ "cb" ] , [] ) [ Str "a" ] , Str "\160b" ]
|
|
, SoftBreak
|
|
, Str "t"
|
|
, Superscript
|
|
[ Span
|
|
( "" , [] , [ ( "fg" , "yellow" ) , ( "bg" , "blue" ) ] )
|
|
[ Str "a" ]
|
|
, Str "\160b"
|
|
]
|
|
]
|
|
]
|
|
```
|