PLACEHOLDER: syntax reference post

PLACEHOLDER: display name PLACEHOLDER: display name #PLACEHOLDER-meta

PLACEHOLDER: a demo post exercising every content feature this template supports -- replace or delete once you've learned the syntax.

This post exists to demonstrate every content feature available when writing a real post. Delete it once you’ve internalized the syntax.

Callouts

Five variants are available: note, tip, warning, caution, important.

Note (Optional title)

General information that doesn’t fit another category.

Tip

Helpful advice. The title is optional – this one has none.

Warning (Common pitfall)

For potential mistakes or misconceptions.

Caution (Destructive action)

For things that could cause real damage if done carelessly.

Important (Read this before proceeding)

For information critical to understanding the rest of the post.

Annotated, line-numbered code

poc.py
import requests
resp = requests.get("https://PLACEHOLDER.example/api/token")
print(resp.json()["token"])

Footnotes

Standard Markdown footnote syntax works out of the box1.

Tables

Finding Severity Status
PLACEHOLDER-finding-a High Fixed
PLACEHOLDER-finding-b Medium Open

Math

Inline math: E=mc2. Display math:

CVSSbase=round-up(Impact×Exploitability)

Footnotes

  1. This is the footnote text, rendered at the bottom of the post.