mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 22:13:31 +02:00
Add toml block and style for hugo-hl-example
This commit is contained in:
@@ -62,7 +62,9 @@ by putting this in `config.toml`:
|
|||||||
{{< highlight toml "style=github" >}}
|
{{< highlight toml "style=github" >}}
|
||||||
|
|
||||||
# use Hugo's hl in markdown (with or without a language tag)
|
# use Hugo's hl in markdown (with or without a language tag)
|
||||||
|
[markup.highlight]
|
||||||
codeFences = true
|
codeFences = true
|
||||||
|
style = "github"
|
||||||
pygmentsCodefences = true
|
pygmentsCodefences = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
pygmentsStyle = "github"
|
pygmentsStyle = "github"
|
||||||
|
|||||||
Reference in New Issue
Block a user