| title |
Markdown |
| category |
Markup |
| layout |
2017/sheet |
| prism_languages |
|
| updated |
2020-07-01 |
| weight |
-1 |
{:.-three-column}
Headers
# h1
## h2
### h3
#### h4
##### h5
###### h6
***bold italic***
___bold italic___
* Item 1
* Nested Item 1
* Item 2
- Item 1
- Nested Item 1
- Item 2
- [ ] Checkbox off
- [x] Checkbox on
[link](http://google.com)
[link][google]
[google]: http://google.com


![Image alt text][img]

4 space indent
makes a code block
```js
codeFences.withLanguage()
```
> This is
> a blockquote
>
> > Nested
> > Blockquote
| Column 1 Heading | Column 2 Heading |
| ---------------- | ---------------- |
| Some content | Other content |
Column 1 Heading | Column 2 Heading
--- | ---
Some content | Other content