mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 11:27:06 +00:00
1e43eb46ce
...unless the `fancy_lists` extension is enabled. Closes #9042.
362 B
362 B
% 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>