WIP: Adding shortcodes to includes (#10002)

Testing the ability to add shortcodes to includes
This commit is contained in:
JuleeB1
2018-08-21 13:28:58 -05:00
committed by k8s-ci-robot
parent 996e4df38b
commit b75c7322b7
+9
View File
@@ -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 >}}
## Includes
To add shortcodes to includes.
{{< note >}}
{{< include "federation-current-state.md" >}}
{{< /note >}}