#h1
##h2
###h3
####h4
#####h5
######h6
ul
ul
ul
ul
ul
ol
ol
bold
bold
italic
italic
inline code
blockquote
first
second
third blockquote
something
something
something
something
something
something
something
something
something
something
blockquote
blockquote
blockquote
https://github.com/simov/markdown-viewer
https://github.com/simov/markdown-viewer
code block using indentation
fenced code block using backtick
fenced code block using tilde
| table | col | col | col |
|---|---|---|---|
| default | align left | centered | align right |
| default left | align left left | something centered | something align right |
| default | align left | centered | align right |
strikethrough
something
something
something
something
something
something
something
something
something
something
bold and underline
the kbd tag
HTML tags
\ ` * _ { } # + - . ! [ ] ( )
`\(`
```
fenced code block
```
Something something^named
And something else[^1], and a link^2
[^1]: This reference footnote contains a paragraph...
* ...and a list
item 1
code block
item 2
item 3
case 0: a table at indentation level 0, after a paragraph (at level 0) -- this should render the table not-indented
| A | B |
|---|---|
| 1 | 2 |
case 1: a table at indentation level 1, after a list item at level 1 -- this should render the table indented once
| A | B |
|---|---|
| 1 | 2 |
case 2: a table at indentation level 2, after a list item at level 2 -- this should render the table indented twice
| A | B |
|---|---|
| 1 | 2 |
case 3: a table at indentation level 1, after a a paragraph (at level 0) -- this should render the raw text into a code block
|A|B|
|---|---|
|1|2|