mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
dd970030ba
We preserve whitespace as nonbreaking spaces. Closes #11810.
227 B
227 B
% pandoc -f html -t native
<pre>alpha
beta
gamma</pre>
^D
[ Plain
[ Str "alpha"
, LineBreak
, Str "\160\160\160\160beta"
, LineBreak
, Str "\160\160\160\160\160\160\160\160gamma"
]
]