The various serialization APIs follow the standard for serializing HTML
fragments. As an extension, multiple newlines at the beginning of a
<pre>, <textedit>, and <listing> can be preserved using the
preserve_newline: true option to the serializing functions that take
options.
The various serialization APIs follow the standard for serializing HTML fragments. As an extension, multiple newlines at the beginning of a
<pre>
,<textedit>
, and<listing>
can be preserved using thepreserve_newline: true
option to the serializing functions that take options.Closes: #14