mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 12:27:21 +00:00
9024df9348
Closes #11162.
279 B
279 B
% pandoc -f native -t rst
[ BulletList
[ [ Plain [ Str "list" ]
, CodeBlock ( "" , [ "ruby" ] , [] ) "code = 7 # comment"
]
, [ Plain [ Str "second" , Space , Str "item" ] ]
]
]
^D
- list
.. code:: ruby
code = 7 # comment
- second item