hugo-theme-stack/assets
cubercsl 21bd04ec89
fix(codeblock): pass through the options of chroma (#715)
* 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>

* fix(codeblock): margin of no highlight codeblock

This commit fix the wrong margin value of the codeblock which
can not highlight.

The margin is now use the value of ".article-content pre"

Signed-off-by: cubercsl <2014cais01@gmail.com>

Signed-off-by: cubercsl <2014cais01@gmail.com>
2022-12-03 13:14:37 +01:00
..
icons feat(widget): add category widget (#475) 2022-03-03 23:47:10 +01:00
img feat: add avatar placeholder to assets/img 2020-09-13 11:30:31 +02:00
scss fix(codeblock): pass through the options of chroma (#715) 2022-12-03 13:14:37 +01:00
ts Merge branch 'master' into canary 2022-10-29 13:51:05 +00:00
jsconfig.json refactor(search): avoid issue with one character keyword (#447) 2022-01-18 23:19:30 +01:00