Welcome to olivermaerz.org
Sample Atom
This is a preview atom with common Markdown elements:
- Bold and italic
Inline code- A link
Code block
def hello(name):
return f"Hello, {name}"
Table
| Column | Value |
|---|---|
| A | 123 |
| B | 456 |
Quote
Build fast, iterate faster.
Callout
Note
This is an admonition block.
Math Equation
$$E = mc^2$$
Mermaid Diagram
graph TD
A[Start] --> B[Process]
B --> C[End]
