mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 01:49:44 -06:00
Forgot this too
This commit is contained in:
committed by
GitHub
parent
84e67c34b7
commit
916a9256b1
@@ -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) {
|
|||||||
```
|
```
|
||||||
{% 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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user