Published
Edited
Dec 6, 2019
Insert cell
Insert cell
md`This does not work (leading tags and 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 need to be escaped.
`
Insert cell
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.
`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more