Headings and links
Use headings to organize a post. Link to the welcome post or an external reference.
## Section heading
### Subsection heading
#### Detail heading
Third-level heading
This h3 heading is styled as a subsection and is included in On this page.
Fourth-level heading
This h4 heading is a smaller detail heading and is intentionally omitted from
On this page.
Code
const greeting = "Hello, blog!";
console.log(greeting);
Math
Inline math looks like . Display math uses a separate block:
Admonitions
Use GitHub-style markers to highlight supplementary information or potential problems.
Mermaid diagrams
Use a mermaid fenced code block. Select the code icon (</>) in the rendered diagram’s
top-right corner to inspect and copy the source in a centered modal.
See the Mermaid diagram showcase for flowchart, sequence, state, class, and entity relationship examples.
