Skip to content

Markdown Guide & Syntax

HugoBlox supports GitHub Flavored Markdown (GFM) along with powerful extensions for diagrams, math, and shortcodes.

StyleSyntaxResult
Bold**Bold**Bold
Italic*Italic*Italic
Strikethrough~~Strikethrough~~Strikethrough
Code`Code`Code
Link[Link](url)Link

Render beautiful mathematical equations using KaTeX. Enable math: true in your front matter.

Inline: $E = mc^2$

$E = mc^2$

Block:

E=mc2E = mc^2
$$
E = mc^2
$$

Visualize flowcharts, graphs, and more using Mermaid.

graph TD;
A[Start] --> B{Is it working?};
B -- Yes --> C[Great!];
B -- No --> D[Debug];
```mermaid
graph TD;
A[Start] --> B{Is it working?};
B -- Yes --> C[Great!];
B -- No --> D[Debug];
```

Syntax highlighting is built-in.

def hello():
print("Hello, World!")
```python
def hello():
print("Hello, World!")
```

Use standard blockquotes with specific indicators for styled alerts.

[!NOTE] Useful information that users should know.

[!TIP] Helpful advice for doing things better.

[!IMPORTANT] Key information users need to know to achieve their goal.

[!WARNING] Urgent info that needs immediate user attention to avoid problems.

[!CAUTION] Advises about risks or negative outcomes of certain actions.

> [!NOTE]
> Useful information that users should know.

HugoBlox includes custom shortcodes to enhance your content.

{{< cta cta_text="Get Started" cta_link="/get-started" >}}
{{< icon name="hero/rocket" >}}
{{< figure src="image.jpg" caption="My Image" >}}

⚡️ Cut Dev Time in Half

Join 1,000+ researchers at top labs using the Visual Builder to ship professional sites faster. Lock in the $8/m introductory pricing before it changes.

Get Instant Access – $8/m