From 6742e7f4eb750639d3b2bdafb86292e3b7dc4f46 Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Wed, 20 Dec 2023 16:03:11 +0000 Subject: [PATCH] Add example of standalone keyword --- exampleSite/content/docs/shortcodes/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 9ce4cb94f..2be1440ef 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -399,13 +399,14 @@ The input is written in Markdown so you can format it however you please. {{}} Lorem ipsum dolor. {{}} {{}} **Important** skill {{}} {{}} +{{}} *Standalone* skill {{}} ``` {{< keywordList >}} {{< keyword icon="github" >}} Lorem ipsum dolor {{< /keyword >}} {{< keyword icon="code" >}} **Important** skill {{< /keyword >}} {{< /keywordList >}} - +{{< keyword >}} *Standalone* skill {{< /keyword >}}