Platform
Resources
Pricing
Sign in
Get started
Nicola
Working to decentralize the web
Workspace
Fork
Published
By
Nicola
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.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
JavaScript
Markdown
HTML