Markdown Basic Syntax
I just love bold text. Italicized text is the cat’s meow. At the command prompt, type nano.
My favorite markdown editor is ByteMD.
- First item
 - Second item
 - Third item
 
Dorothy followed her through many of the beautiful rooms in her castle.
import { Editor, Viewer } from 'bytemd'; | 
GFM Extended Syntax
Automatic URL Linking: https://github.com/bytedance/bytemd
The world is flat. We now know that the world is round.
- Write the press release
 - Update the website
 - Contact the media
 
| Syntax | Description | 
|---|---|
| Header | Title | 
| Paragraph | Text | 
Footnotes
Here’s a simple footnote,[^1] and here’s a longer one.[^bignote]
[^1]: This is the first footnote.
[^bignote]: Here’s one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.