diff --git a/exampleSite/content/shortcodes/tab.en.md b/exampleSite/content/shortcodes/tab.en.md index 0525d0b978..147d23812c 100644 --- a/exampleSite/content/shortcodes/tab.en.md +++ b/exampleSite/content/shortcodes/tab.en.md @@ -39,7 +39,7 @@ printf("Hello World!"); {{ partial "shortcodes/tab.html" (dict "context" . "name" "c" - "content" ("```c\nprintf(\"Hello World!\")\n```" | markdownify) + "content" ("```c\nprintf(\"Hello World!\")\n```" | .RenderString) )}} ````