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

  1. Gather the ingredients.
  2. Boil some water.
  3. 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 ω=dϕ/dt\omega = d\phi / dt, and display math can use double dollar signs.