From 84e67c34b771375702679c0973133dacb583b7cd Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 14 Sep 2020 13:19:33 -0400 Subject: [PATCH] Forgot to remove this --- docs/ui-components/line-nos.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ui-components/line-nos.md b/docs/ui-components/line-nos.md index 6b66859..35f8ba9 100644 --- a/docs/ui-components/line-nos.md +++ b/docs/ui-components/line-nos.md @@ -78,7 +78,6 @@ Dmitry Hrabrov at ✅ Using code fences + workaround: -{% highlight default %} {% raw %}{% capture code_fence %} ```js // Javascript code with syntax highlighting in fences @@ -90,7 +89,6 @@ var fun = function lang(l) { {% endcapture %} {% assign code_fence = code_fence | markdownify %} {% include fix_linenos.html code=code_fence %}{% endraw %} -{% endhighlight %} ✅ Using liquid highlighting + workaround: