Markdown sample
Written in
Updated in
Pure markdown h1
# Pure markdown h1
h2
## h2
h3
### h3
h4
#### h4
h5
##### h5
h6
###### h6
hello world
hello
world
two blank
line break
two blank
line break
4 space = indent
4 space = indent
italic em
italic *em*
bold strong
bold **strong**
italic and bold em strong
italic and bold ***em strong***
escape: \ . | # ! * + - _ ( { [ < ``
escape: \\ \. \| \# \! \* \+ \- \_ \( \{ \[ \< \``
---
***
___
- unordered ul
- list li
- indented
- list
- unordered ul
- list li
- indented
- list
- ordered ol
- list li
- indented
- list
1. ordered ol
2. list li
1. indented
4. list
- mixed
- ul
- ol
1. mixed
- ul
2. ol
block quote
blockquote
indented
blockquote
> block quote
>
> blockquote
>
> > indented
>
> blockquote
[Link a](https://example.com)
<https://example.com>


inline code
inline `code`
plain code block
\ . | # ! * + - _ ( ) { } [ ] < > ''
```
plain code block
\ . | # ! * + - _ ( ) { } [ ] < > ''
```
print("python")
```python
print("python")
```
Extended markdown
https://www.example.com
https://www.example.com
strikethrough del
strikethrough ~~del~~
highlight mark
highlight ==mark==
sub script
~sub~ script
super script
^sup^er script
- checked box ul li
- input type="checkbox" checked disabled
- [ ] checked box ul li
- [x] input type="checkbox" checked disabled
heading with id 🔗
### heading with id {#extened}
ttt | aaa | bbb | lll |
---|---|---|---|
. | l | c | r |
|ttt|aaa|bbb|lll|
|---|:--|:-:|--:|
|.|l|c|r|
- dl
- definition list
- dt
- definition
- data
dl
: definition list
dt
: definition
: data
[1]: first foot note
[note]: long
foot[^1] note[^note] sup a
[^1]: first foot note
[^note]: long
HTML Tag
<!-- comment -->
<br>
<b>html b tag</b>
details and summary
open
and
close
paragraph
<details>
<summary>details and summary</summary>
open
and
close
paragraph
</details>
iframe
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jNQXAC9IVRw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>