Skip to content

Commit

Permalink
WIP: Adding shortcodes to includes (#10002)
Browse files Browse the repository at this point in the history
Testing the ability to add shortcodes to includes
  • Loading branch information
JuleeB1 authored and k8s-ci-robot committed Aug 21, 2018
1 parent 996e4df commit b75c732
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/test.md
Expand Up @@ -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 >}}

0 comments on commit b75c732

Please sign in to comment.