Aloso/to-html

Blank lines stripped from output

Closed this issue · 1 comments

I have a command line program that prints the following output.

Cargo.toml
Cargo.lock

src:
main.rs

When passed through to-html the output does not contain the blank line.

<pre class="terminal">
Cargo.toml
Cargo.lock
<b>src:</b>
main.rs
</pre>

Sorry, I was wrong. The blank lines are present, it was my own post-processing pipeline stripping them out. Thanks for the great utility!