From 916a9256b18093d6de13431669296be8dfbe7ac7 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 14 Sep 2020 13:24:10 -0400 Subject: [PATCH] Forgot this too --- docs/ui-components/line-nos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ui-components/line-nos.md b/docs/ui-components/line-nos.md index 35f8ba9..f9aca66 100644 --- a/docs/ui-components/line-nos.md +++ b/docs/ui-components/line-nos.md @@ -78,7 +78,7 @@ Dmitry Hrabrov at ✅ Using code fences + workaround: -{% raw %}{% capture code_fence %} +{% capture code_fence %} ```js // Javascript code with syntax highlighting in fences var fun = function lang(l) { @@ -88,7 +88,7 @@ var fun = function lang(l) { ``` {% endcapture %} {% assign code_fence = code_fence | markdownify %} -{% include fix_linenos.html code=code_fence %}{% endraw %} +{% include fix_linenos.html code=code_fence %} ✅ Using liquid highlighting + workaround: