Oh, also:

3) How to replace newlines with single spaces in a large block of | text?

p< This is a
    | very long
    | paragraph with
    | many many
    | lines.

Desired output:

<p>This is a very long paragraph with many many lines.</p>

Current output:

<p>This is a
very long
paragraph with
many many lines.</p>