Published
Edited
Jun 29, 2020
1 fork
4 stars
Insert cell
md`# Reactive Markdown & HTML`
Insert cell
Insert cell
md`## More markdown

A small paragraph, how nice!

A few of my favorite things:
- bullet points
- *italic* or **bold** text
- [websites](https://observablehq.com)
- the number ${4 + 5}
`
Insert cell
html`<h2>HTML</h2>`
Insert cell
fav = html`<p>My favorite color is <span style="font-weight:bold;color:${color}">${color}</span></p>`
Insert cell
color = "blue"
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