title | layout | prism_languages | updated | weight | |
---|---|---|---|---|---|
Markdown |
2017/sheet |
|
2017-09-20 |
-1 |
{:.-three-column}
# h1
### h3
Header 1
========
Header 2
--------
*italic*
_italic_
**bold**
__bold__
`code`
[link](http://google.com)
[link][google]
[google]: http://google.com
<http://google.com>


![Image alt text][img]
[img]: http://foo.com/img.jpg
4 space indent
makes a code block
```
code fences
```
```js
codeFences.withLanguage()
```
> This is
> a blockquote
>
> > Nested
> > Blockquote
----
****