mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
4f15b03ad2
This accords with the style in the reference docs.
1.1 KiB
1.1 KiB
% pandoc -t rst
- > test
>
> para 2
^D
- ..
test
para 2
% pandoc -t rst
1. > test
>
> para 2
^D
1. ..
test
para 2
% pandoc -t rst
::: caution
> test
:::
^D
.. caution::
..
test
% pandoc -f native -t rst --list-tables
[ Table
( "" , [] , [] )
(Caption Nothing [])
[ ( AlignDefault , ColWidth 0.26 ) ]
(TableHead ( "" , [] , [] ) [])
[ TableBody
( "" , [] , [] )
(RowHeadColumns 0)
[]
[ Row
( "" , [] , [] )
[ Cell
( "" , [] , [] )
AlignDefault
(RowSpan 1)
(ColSpan 1)
[ BlockQuote
[ Para [ Emph [ Str "Level" , Space , Str "0:" ] ]
, Para
[ Emph [ Str "Incomplete" , Space , Str "process" ]
]
]
]
]
]
]
(TableFoot ( "" , [] , [] ) [])
]
^D
.. list-table::
:widths: 19
* - ..
*Level 0:*
*Incomplete process*