Input: ``` * test ** test 2 *** test 3 **** test 4 ***** test 5 ****** test 6 bla bla ``` Command: `pandoc -s x.org -o x.md` Output: ``` test ==== test 2 ------ ### test 3 1. test 4 1. test 5 1. test 6 bla bla ``` Also mentioned here: https://stackoverflow.com/questions/21198025/pandoc-generation-of-pdf-from-markdown-4th-header-is-rendered-differently https://github.com/jgm/pandoc/issues/1221 https://github.com/jgm/pandoc/issues/754 https://github.com/jgm/pandoc/issues/1658?
Input:
Command:
pandoc -s x.org -o x.mdOutput:
Also mentioned here: https://stackoverflow.com/questions/21198025/pandoc-generation-of-pdf-from-markdown-4th-header-is-rendered-differently
#1221
#754
#1658?