Overridon のマークダウン記法一覧
# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
**Bold**
*Italic*
~~Strikethrough~~
Bold
Italic
Strikethrough
> Blockquotes
Blockquotes
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
-
の代わりに *
や +
を使用する事もできます。
```言語:ファイル名
```
const greet = () => {
console.log('こんにちわ')
}
`Inline Code`
Inline Code
[Duck Duck Go](https://duckduckgo.com)
[Duck Duck Go](https://duckduckgo.com "The best search engine for privacy")


| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
$$
a^2 + b^2 = c^2
$$
$a^2 + b^2 = c^2$
---
This is the first footnote[^1]
[^1]:This is the first footnote
This is the first footnote1
URL だけが貼られた行をリンクカードとして表示します。
https://www.instagram.com/p/CmUv48DLvxd/
ツイートの URL だけが貼られた行を埋め込みとして表示します。
https://twitter.com/elonmusk/status/1585341984679469056
Youtube の URL だけが貼られた行を埋め込みとして表示します。
https://www.youtube.com/watch?v=0e3GPea1Tyg
CodePen の URL だけが貼られた行を埋め込みとして表示します。
https://codepen.io/hoge/pen/hoge
CodeSnadBox の URL だけが貼られた行を埋め込みとして表示します。
https://codesandbox.io/s/hoge
SlideShare の埋め込み iframe の src だけが貼られた行を埋め込みとして表示します。
https://www.slideshare.net/slideshow/embed_code/key/hoge
SpeakerDeck の埋め込み iframe の src だけが貼られた行を埋め込みとして表示します。
https://speakerdeck.com/player/hoge
Figma の URL だけが貼られた行を埋め込みとして表示します。
https://www.figma.com/file/hoge/hoge
:::info
追加の情報など。
:::
:::caution
〇〇した方が良いです。
:::
:::warning
〇〇しないでください。
:::
This is the first footnote ↩