Files
2025-09-24 21:32:31 +02:00

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