mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
Forgot to remove this
This commit is contained in:
parent
1b0a313c16
commit
84e67c34b7
@ -78,7 +78,6 @@ Dmitry Hrabrov at
|
|||||||
|
|
||||||
✅ Using code fences + workaround:
|
✅ Using code fences + workaround:
|
||||||
|
|
||||||
{% highlight default %}
|
|
||||||
{% raw %}{% capture code_fence %}
|
{% raw %}{% capture code_fence %}
|
||||||
```js
|
```js
|
||||||
// Javascript code with syntax highlighting in fences
|
// Javascript code with syntax highlighting in fences
|
||||||
@ -90,7 +89,6 @@ 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 %}{% endraw %}
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
✅ Using liquid highlighting + workaround:
|
✅ Using liquid highlighting + workaround:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user