``` % 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* ```