We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd37a15 commit b9bc557Copy full SHA for b9bc557
2 files changed
content/content-formatting-examples/hextra/include.md
@@ -9,7 +9,7 @@ draft: true
9
Includes the rendered content of another page inline. This shortcode **must** use the percent-delimiter syntax.
10
11
```text
12
-{{%/* hextra/include "examples/include-snippet" */%}}
+{{%/* hextra/include "include-snippet" */%}}
13
```
14
15
**Parameters:**
@@ -20,4 +20,4 @@ Includes the rendered content of another page inline. This shortcode **must** us
20
21
**Example (included from a separate page):**
22
23
-{{% hextra/include "examples/include-snippet" %}}
+{{% hextra/include "include-snippet" %}}
static/examples/include-snippet/index.md content/include-snippet/index.mdstatic/examples/include-snippet/index.md renamed to content/include-snippet/index.md
0 commit comments