
# Heading 1
## Heading 2
code block
```js
console.log("fenced code block");
```
[link](https://nhnent.github.io/tui.editor/)
> block quote
---
horizontal line
***
`code`, *italic*, **bold**, ~~strikethrough~~, <span style="color:#e11d21">Red color</span>
| @cols=2:merged |
| --- | --- |
| table | table |
```uml
partition Conductor {
(*) --> "Climbs on Platform"
--> === S1 ===
--> Bows
}
partition Audience #LightSkyBlue {
=== S1 === --> Applauds
}
partition Conductor {
Bows --> === S2 ===
--> WavesArmes
Applauds --> === S2 ===
}
partition Orchestra #CCCCEE {
WavesArmes --> Introduction
--> "Play music"
}
```