Closed dhruvkb closed 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.
to-html
<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!
I have a command line program that prints the following output.
When passed through
to-html
the output does not contain the blank line.