include

Options for include shortcode
Published on Sunday, 2 July 2023

Pre-rendering

<?# Include "./../includes/posts/toc.md" /?>
START ### Link shortcode /statiqweb-example/posts/mermaid ### Markdown [mermaid](../../input/posts/mermaid.md) ❌ [mermaid](posts/mermaid.md) ❌ [mermaid](mermaid.md) ❌ [mermaid](mermaid) ✔ FINISH

Intermediate

START

### Link shortcode

<?# Link "/posts/mermaid" /?>

### Markdown

[mermaid](../../input/posts/mermaid.md) ❌

[mermaid](posts/mermaid.md) ❌

[mermaid](mermaid.md) ❌

[mermaid](mermaid) ✔

FINISH

START

/statiqweb-example/posts/mermaid

Markdown

mermaid

mermaid

mermaid

mermaid

FINISH


Post-rendering

<?^ Include "./../includes/posts/toc.md" /?>
START ### Link shortcode /statiqweb-example/posts/mermaid ### Markdown [mermaid](../../input/posts/mermaid.md) ❌ [mermaid](posts/mermaid.md) ❌ [mermaid](mermaid.md) ❌ [mermaid](mermaid) ✔ FINISH

Markdown

Relative

START

/statiqweb-example/posts/mermaid

Markdown

mermaid

mermaid

mermaid

mermaid

FINISH

Absolute

START

/statiqweb-example/posts/mermaid

Markdown

mermaid

mermaid

mermaid

mermaid

FINISH