Markdown Example
Markdown Example
Paragraphs are separated by a blank line. You can mix italic, bold, and monospace text in the same paragraph.
Lists
- this one
- that one
- the other one
Block quotes are written like this. They can span multiple paragraphs when the idea needs room.
Numbered Steps
- Gather the ingredients.
- Boil some water.
- Follow the recipe and adjust as needed.
Code
import time
for i in range(10):
time.sleep(0.5)
print(i)
Inline math can be written as , and display math can use double dollar signs.