mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
11 lines
168 B
Markdown
11 lines
168 B
Markdown
```
|
|
% pandoc -f rst -t native
|
|
word.*word
|
|
------------
|
|
* abc
|
|
^D
|
|
[ Header 1 ( "word.word" , [] , [] ) [ Str "word.*word" ]
|
|
, BulletList [ [ Plain [ Str "abc" ] ] ]
|
|
]
|
|
```
|