Skip to content
Snippets Groups Projects
Unverified Commit 916a9256 authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Forgot this too

parent 84e67c34
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ Dmitry Hrabrov at ...@@ -78,7 +78,7 @@ Dmitry Hrabrov at
✅ Using code fences + workaround: ✅ Using code fences + workaround:
{% raw %}{% capture code_fence %} {% capture code_fence %}
```js ```js
// Javascript code with syntax highlighting in fences // Javascript code with syntax highlighting in fences
var fun = function lang(l) { var fun = function lang(l) {
...@@ -88,7 +88,7 @@ var fun = function lang(l) { ...@@ -88,7 +88,7 @@ var fun = function lang(l) {
``` ```
{% endcapture %} {% endcapture %}
{% assign code_fence = code_fence | markdownify %} {% 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: ✅ Using liquid highlighting + workaround:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment