Introduction
This is a demonstration post, showing the formatting available for technical writeups. Posts are written in Markdown, with support for equations like print("hello").
Code example
Code blocks preserve indentation and highlight the language you specify:
def hello(name):
print(f"Hello, {name}")
Equations
Display equations have their own line:
Long equations can scroll horizontally on a small screen.
Tables and references
Tables are useful for organizing comparisons or recording results.
| Element | Markdown syntax |
|---|---|
| Section heading | ## Heading |
| Inline code | A word between backticks |
| Display equation | LaTeX between $$ delimiters |
| Footnote | [^note] |
Footnotes keep supporting details close to the text without interrupting the explanation.[1]
Images
Images scale to fit the reading column. Give each image descriptive alternative text.

An example image and caption.
Use footnotes for citations, asides, or links to further reading. ↩︎