mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 12:57:24 +00:00
a07d955d6f
Previously they did not behave as the equivalent input with spaces would. Closes #7573.
76 B
76 B
% pandoc --preserve-tabs
<ol>
<li>one
</ol>
^D
<ol>
<li>
one
</ol>