adds some comments to config markup.toml
This commit is contained in:
parent
5f5cfd2002
commit
0790a5bea8
1 changed files with 3 additions and 0 deletions
|
@ -1,14 +1,17 @@
|
||||||
# -- Markup --
|
# -- Markup --
|
||||||
# These settings are required for the theme to function.
|
# These settings are required for the theme to function.
|
||||||
|
|
||||||
|
# let us put inline html into the markdown files
|
||||||
[goldmark]
|
[goldmark]
|
||||||
[goldmark.renderer]
|
[goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
|
# use {.[css-class]} after a paragraph to apply styling
|
||||||
[goldmark.parser]
|
[goldmark.parser]
|
||||||
[goldmark.parser.attribute]
|
[goldmark.parser.attribute]
|
||||||
block = true
|
block = true
|
||||||
|
|
||||||
|
# let the theme styling apply for code blocks
|
||||||
[highlight]
|
[highlight]
|
||||||
noClasses = false
|
noClasses = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue