html`works with html (tags and leading empty line):
<div></div><pre>
G - H J - K - L
/ /
COM - B - C - D - E - F
\\
I
</pre>
This works (no leading empty lines):
<div></div><pre>
G - H J - K - L
/ /
COM - B - C - D - E - F
\\
I
</pre>
This also works (leading empty line but no initial white space):
<div></div><pre>
= G - H J - K - L
= / /
COM - B - C - D - E - F
\
I
</pre>
Backslashes still need to be escaped with html.
`