Markdown 101: Cheat Sheet
This guide shows how to format your tutorials using Markdown. You can use the buttons above the editor or type it manually!
π€ Text Formatting
Bold
**bold**
or __bold__
Italic
*italic*
or _italic_
Bold + Italic
***bold italic***
Inline code
`code`
Code block:
```
your code here
```
Headings:
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Text Indent
>
Centering
@center
 or text
@end
Font Color
Want to color your text? π¨
- Highlight the text
- Click the βAβ color button
- Pick a color and click βSet Colorβ
This inserts:
<font color="#ff69b4">your text</font>
π Lists
Bullet list:
- Item 1
- Item 2
Numbered list:
1. First
2. Second
Task list:
- [ ] Unchecked task
- [x] Completed task
π Links & Images
Link:
[Petz](https://petzmainstreet.com)
Image:

Upload images in the attachments field to use this!
π Attachments
To include a file you uploaded:
[Download filename](uploads/yourfile.zip)
π§ Extras
Footnotes: This is a fact.1
This is a fact.[^1]
[^1]: Here is the footnote explanation.
Tables:
Column A | Column B |
---|---|
One | Two |
| Column A | Column B |
|----------|----------|
| One | Two |
- Description list:
- Term
- Definition of the term.
Term
: Definition of the term.
πΊ Video
@video(https://www.youtube.com/watch?v=BYTxPFj44uo)
Here is the footnote explanation. β©
Log in to post a comment.
Comments
wow kewl
wow thx