41 lines
504 B
Markdown
41 lines
504 B
Markdown
:)
|
|
|
|
---
|
|
|
|
## Notes
|
|
|
|
`h2` supports these:
|
|
|
|
{: .-two-column}
|
|
{: .-three-column}
|
|
{: .-left-reference}
|
|
|
|
`h3` supports these:
|
|
|
|
{: .-prime}
|
|
|
|
`table` supports these:
|
|
|
|
{: .-shortcuts}
|
|
|
|
`pre` supports these:
|
|
|
|
{: .-setup}
|
|
|
|
`ul` supports these:
|
|
|
|
{: .-also-see}
|
|
{: .-four-column}
|
|
{: .-six-column}
|
|
|
|
Each sheet supports these metadata:
|
|
|
|
```yml
|
|
---
|
|
title: React.js
|
|
category: React
|
|
layout: 2017/sheet # 'default' | '2017/sheet'
|
|
ads: false # Add this to disable ads
|
|
---
|
|
```
|