pandoc/test/command/7573.md
John MacFarlane a07d955d6f Fix code blocks using --preserve-tabs.
Previously they did not behave as the equivalent input
with spaces would.  Closes #7573.
2021-09-16 20:46:05 -07:00

76 B

% pandoc --preserve-tabs
<ol>
	<li>one
</ol>
^D
<ol>
<li>
one
</ol>