Here are some basic examples to get you started. Double-click on this cell to see how each was made. There are many markdown cheatsheets available on the web.
Markdown Syntax | Rendered Result |
---|---|
# header title |
Largest header size |
## header title |
Second largest header |
### header title |
Third largest header |
Use asterisks around texts to add emphasis, also known as italics
You can also use underscores
A strike-thru effect is created with two tildes ~~
A list of ordered items:
- List item 1
- List item 2
Unordered items:
- List item
- Also a list item
- A list item
- Another list item
- Also an item
- The last item
This is a link to My Website.
Create a horizontal rule with three hyphens, asterisks, or underscores.