WIP: Adding shortcodes to includes (#10002)
Testing the ability to add shortcodes to includes
This commit is contained in:
@@ -337,3 +337,12 @@ You can have multiple paragraphs and block-level elements inside an admonition.
|
|||||||
**Warning:** Warnings point out something that could cause harm if ignored.
|
**Warning:** Warnings point out something that could cause harm if ignored.
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Includes
|
||||||
|
|
||||||
|
To add shortcodes to includes.
|
||||||
|
|
||||||
|
{{< note >}}
|
||||||
|
{{< include "federation-current-state.md" >}}
|
||||||
|
{{< /note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user