From 5e7ecada9aacfd617b1c528290036b727e966a9b Mon Sep 17 00:00:00 2001 From: Tirthankar Mazumder <63574588+wermos@users.noreply.github.com> Date: Thu, 16 May 2024 10:49:01 +0530 Subject: [PATCH 1/2] Update index.md --- exampleSite/content/docs/shortcodes/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 7ead8a52..dbcc329d 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -421,10 +421,10 @@ The input is written in Markdown so you can format it however you please. **Example1 :** ```md -{{}} Super skill {{}} +{{}} *Super* skill {{}} ``` -{{< keyword >}} *Standalone* skill {{< /keyword >}} +{{< keyword >}} *Super* skill {{< /keyword >}} **Example2 :** From 938d931f2d487806df304e6254b38b6b4e5e4ce9 Mon Sep 17 00:00:00 2001 From: Tirthankar Mazumder <63574588+wermos@users.noreply.github.com> Date: Thu, 16 May 2024 10:55:47 +0530 Subject: [PATCH 2/2] Update index.md Made one TypeIt example consistent with the output --- exampleSite/content/docs/shortcodes/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index dbcc329d..1822684d 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -745,8 +745,9 @@ consectetur adipiscing elit. breakLines=false loop=true */>}} -Lorem ipsum dolor sit amet, -consectetur adipiscing elit. +"Frankly, my dear, I don't give a damn." Gone with the Wind (1939) +"I'm gonna make him an offer he can't refuse." The Godfather (1972) +"Toto, I've a feeling we're not in Kansas anymore." The Wizard of Oz (1939) {{}} ```