Published
Edited
Oct 20, 2021
Insert cell
# Writing
## テキストを書く
----------------------

- 何でも書きます
* 好きなように書きます
* 好きなだけ書きます
* 好きなときに書きます
- 書いて忘れる

などなど
Insert cell
md`## Markdown
--------------
マークダウン記法

### heading
# h1
## h2
### h3
#### h4
##### h5
###### h6

### listing

* one
* two
* three

1. one
2. two
3. three

`
Insert cell
html`<html>
<head>
</head>
<body>
<h2>Hyper Text Markup Language</h2>
<p>よかよか</p>
<h3>見出し</h3>
<hr />
<h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
<h4>H4</h4>
<h5>H5</h5>
<h6>H6</h6>
<hr />
<h3>箇条書き</h3>
<ul>
<li>壱
<li>弐
<li>参
</ul>
<ol>
<li>壱
<li>弐
<li>参
</ol>
</html>`
Insert cell
1. A
2. B
3. C
Insert cell
<a href="https://www.google.com">Google先生</a>
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