From b75c7322b753e63f6fd7a9f073feb4930fe2417f Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 13:28:58 -0500 Subject: [PATCH] WIP: Adding shortcodes to includes (#10002) Testing the ability to add shortcodes to includes --- content/en/docs/test.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/test.md b/content/en/docs/test.md index ec00b0fef7..6492426441 100644 --- a/content/en/docs/test.md +++ b/content/en/docs/test.md @@ -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 >}}