mirror of
https://github.com/imfing/hextra.git
synced 2025-05-17 00:38:25 -04:00
Merge f8c584bf8864fef726af5377828098ee2601af42 into 1313415c8b4e2c559b7b133506d6599d1723b807
This commit is contained in:
commit
afe2b31929
@ -78,12 +78,10 @@ def main():
|
||||
say_hello()
|
||||
```
|
||||
|
||||
|
||||
### Copy Button
|
||||
|
||||
By default, copy button is enabled for code blocks.
|
||||
|
||||
|
||||
## Supported Languages
|
||||
|
||||
For a list of supported languages, please see the [Chroma documentation](https://github.com/alecthomas/chroma#supported-languages).
|
||||
|
@ -151,6 +151,12 @@ params:
|
||||
sortBy: date
|
||||
sortOrder: desc # or "asc"
|
||||
|
||||
highlight:
|
||||
copy:
|
||||
enable: true
|
||||
# hover | always
|
||||
display: hover
|
||||
|
||||
comments:
|
||||
enable: false
|
||||
type: giscus
|
||||
|
Loading…
x
Reference in New Issue
Block a user