Aloso / to-html

Utilities for making the colo documentation
MIT License
75 stars 10 forks source link

Blank lines stripped from output #27

Closed dhruvkb closed 1 year ago

dhruvkb commented 1 year ago

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>
dhruvkb commented 1 year ago

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