Closed aireilly closed 2 years ago
When I try the following conversion, the
$ cat docbook.xml
<orderedlist numeration="arabic"> <title>Procedure</title> <listitem> <simpara>Create something new.</simpara> </listitem> </orderedlist>
$ pandoc -f docbook docbook.xml -t markdown > out.md
$ cat out.md 1. Create something new.
1. Create something new.
It would be good to render these elements fully.
Thanks!
Sorry, I meant on the pandoc issue tracker (https://github.com/jgm/pandoc/issues). GitHub doesn't allow to transfer issues across different orgs, could you re-raise the issue there?
https://github.com/jgm/pandoc/issues/8442
When I try the following conversion, the
$ cat docbook.xml
$ pandoc -f docbook docbook.xml -t markdown > out.md
$ cat out.md
1. Create something new.
It would be good to render these elements fully.
Thanks!