Published
Edited
May 24, 2019
Insert cell
{
const array = [tex`A=1`, tex`A=2`]

return md`# Breaking Markdown

Not broken:
- ${array[0]}
- ${array[1]}

Broken
${array.map(a => `- ${a}\n`)}

Broken
${array.map(a => `- ${a}`).join('\n')}
`
}
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