|
|
Markdown cells support standard Markdown syntax as well as GitHub Flavored Markdown (GFM). Open the preview to see these rendered.
|
|
|
|
|
|
### Basics
|
|
|
|
|
|
# H1
|
|
|
## H2
|
|
|
### H3
|
|
|
#### H4
|
|
|
##### H5
|
|
|
###### H6
|
|
|
|
|
|
---
|
|
|
|
|
|
*italic*, **bold**, ~~Scratch this.~~
|
|
|
|
|
|
`inline code`
|
|
|
|
|
|
### Lists
|
|
|
|
|
|
1. First ordered list item
|
|
|
2. Another item
|
|
|
* Unordered sub-list.
|
|
|
1. Actual numbers don't matter, just that it's a number
|
|
|
1. Ordered sub-list
|
|
|
4. And another item.
|
|
|
|
|
|
### Quote
|
|
|
|
|
|
> Peace cannot be kept by force; it can only be achieved by understanding.
|
|
|
|
|
|
### Links
|
|
|
|
|
|
[I'm an inline-style link](https://www.google.com)
|
|
|
http://example.com
|
|
|
|
|
|
You can also create a link to another note: (Note menu -> Copy Note Link -> Paste)
|
|
|
[01 - Getting Started](quiver-note-url/D2A1CC36-CC97-4701-A895-EFC98EF47026)
|
|
|
|
|
|
### Tables
|
|
|
|
|
|
| Tables | Are | Cool |
|
|
|
| ------------- |:-------------:| -----:|
|
|
|
| col 3 is | right-aligned | $1600 |
|
|
|
| col 2 is | centered | $12 |
|
|
|
| zebra stripes | are neat | $1 |
|
|
|
|
|
|
### GFM Task Lists
|
|
|
|
|
|
- [ ] a task list item
|
|
|
- [ ] list syntax required
|
|
|
- [ ] normal **formatting**, @mentions, #1234 refs
|
|
|
- [ ] incomplete
|
|
|
- [x] completed
|
|
|
|
|
|
### Inline LaTeX
|
|
|
|
|
|
You can use inline LaTeX inside Markdown cells as well, for example, $x^2$. |
|
|
\ No newline at end of file |