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
- First ordered list item
- Another item
- Unordered sub-list.
- Actual numbers don't matter, just that it's a number
- Ordered sub-list
- And another item.
Quote
Peace cannot be kept by force; it can only be achieved by understanding.
Links
I'm an inline-style link http://example.com
You can also create a link to another note: (Note menu -> Copy Note Link -> Paste) 01 - Getting Started
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$.