. [ ] unchecked .

. . [_] unchecked .

. . [x] checked .

. . [X] checked .

. . - [ ] unchecked - [X] checked . . . [ ] unchecked *with* **markdown** [ ] unchecked *with* markdown [X] checked ~~with~~ [markdown]() .

. . > [ ] unchecked *with* **markdown** > > Rather replace with: > > [ ] unchecked *with* **markdown** > > ``` > > var block = 'and a code block'; > > ``` > > [X] checked ~~with~~ [markdown]() .

Rather replace with:

. . - [ ] unchecked *with* **markdown** - [X] checked ~~with~~ [markdown]() - [x] checked _with_ [link](http://example.com) . . . Col1 | Col2 | Col3 -------------------|--------------------|----------------- [ ] | no label | not a checkbox [x] text | without | markdown [ ] test *markup* | with | markdown only one checkbox | rest are the label | [X] [ ] [x] [_] .
Col1 Col2 Col3
[ ] no label not a checkbox
without markdown
with markdown
only one checkbox rest are the label
.