Forgot to remove this

This commit is contained in:
Patrick Marsceill 2020-09-14 13:19:33 -04:00 committed by GitHub
parent 1b0a313c16
commit 84e67c34b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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: