hugo-theme-stack/layouts/_default/_markup
cubercsl 9f042524a9
fix(codeblock): pass through the options of chroma
Pass through the options of chroma highlighting processing for whom
may use some options in codeblock.

This commit fix problem with the following scenarios:
```python {linenos=true}
print("Hello World")
```

Signed-off-by: cubercsl <2014cais01@gmail.com>
2022-11-01 20:11:00 +08:00
..
render-codeblock.html fix(codeblock): pass through the options of chroma 2022-11-01 20:11:00 +08:00
render-image.html refactor: remove some usages of default in template 2022-06-12 13:51:46 +00:00
render-link.html feat(article): add render-link hook 2020-08-24 12:07:58 +02:00