diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9042.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/command/9042.md b/test/command/9042.md new file mode 100644 index 000000000..a27fa8023 --- /dev/null +++ b/test/command/9042.md @@ -0,0 +1,30 @@ +``` +% pandoc -f org +#+TITLE: Testing + +* Testing + +p. lower case + +P. Upper Case +^D +<h1 id="testing-1">Testing</h1> +<p>p. lower case</p> +<p>P. Upper Case</p> +``` +``` +% pandoc -f org+fancy_lists +#+TITLE: Testing + +* Testing + +p. lower case + +P. Upper Case +^D +<h1 id="testing-1">Testing</h1> +<ol type="a"> +<li><p>lower case</p></li> +<li><p>Upper Case</p></li> +</ol> +``` |
