mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 06:35:47 +00:00
19 lines
397 B
Markdown
19 lines
397 B
Markdown
```
|
|
% pandoc command/11689.docx -t native
|
|
^D
|
|
[ Para [ Str "Horizontal" , Space , Str "Line" ]
|
|
, Para [ Str "Hyphens" ]
|
|
, HorizontalRule
|
|
, Para [ Str "Underlines" ]
|
|
, HorizontalRule
|
|
, Para [ Str "Equal" , Space , Str "Signs" ]
|
|
, HorizontalRule
|
|
, Para [ Str "Asterisks" ]
|
|
, HorizontalRule
|
|
, Para [ Str "Number" , Space , Str "Signs" ]
|
|
, HorizontalRule
|
|
, Para [ Str "Tildes" ]
|
|
, HorizontalRule
|
|
]
|
|
```
|