mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-19 15:49:32 +00:00
config: wildspace
This commit is contained in:
parent
fb96c34e7f
commit
cb77a2f14c
2 changed files with 24 additions and 24 deletions
|
@ -65,31 +65,31 @@ summaryLength = 10
|
||||||
# if in doubt, remove this line
|
# if in doubt, remove this line
|
||||||
renderer.unsafe = true
|
renderer.unsafe = true
|
||||||
|
|
||||||
[markup.goldmark.extensions]
|
[markup.goldmark.extensions]
|
||||||
strikethrough = false
|
strikethrough = false
|
||||||
|
|
||||||
# use Markdown extensions for this showcase
|
# use Markdown extensions for this showcase
|
||||||
[markup.goldmark.extensions.extras]
|
[markup.goldmark.extensions.extras]
|
||||||
[markup.goldmark.extensions.extras.delete]
|
[markup.goldmark.extensions.extras.delete]
|
||||||
enable = true
|
enable = true
|
||||||
[markup.goldmark.extensions.extras.insert]
|
[markup.goldmark.extensions.extras.insert]
|
||||||
enable = true
|
enable = true
|
||||||
[markup.goldmark.extensions.extras.mark]
|
[markup.goldmark.extensions.extras.mark]
|
||||||
enable = true
|
enable = true
|
||||||
[markup.goldmark.extensions.extras.subscript]
|
[markup.goldmark.extensions.extras.subscript]
|
||||||
enable = true
|
enable = true
|
||||||
[markup.goldmark.extensions.extras.superscript]
|
[markup.goldmark.extensions.extras.superscript]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[markup.goldmark.extensions.passthrough]
|
[markup.goldmark.extensions.passthrough]
|
||||||
enable = true
|
enable = true
|
||||||
[markup.goldmark.extensions.passthrough.delimiters]
|
[markup.goldmark.extensions.passthrough.delimiters]
|
||||||
# the settings chosen here match the default initialization
|
# the settings chosen here match the default initialization
|
||||||
# of the MathJax library chosen by the theme;
|
# of the MathJax library chosen by the theme;
|
||||||
# if you want to adjust to different values you also need
|
# if you want to adjust to different values you also need
|
||||||
# to set them in `[params] mathJaxInitialize`
|
# to set them in `[params] mathJaxInitialize`
|
||||||
inline = [['\(', '\)'], ['$', '$']]
|
inline = [['\(', '\)'], ['$', '$']]
|
||||||
block = [['\[', '\]'], ['$$', '$$']]
|
block = [['\[', '\]'], ['$$', '$$']]
|
||||||
|
|
||||||
# showcase of the menu shortcuts; you can use relative URLs linking
|
# showcase of the menu shortcuts; you can use relative URLs linking
|
||||||
# to your content or use fully-qualified URLs to link outside of
|
# to your content or use fully-qualified URLs to link outside of
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+adb82b040f7cda6de4d78892bb580a62f248d5ef
|
7.3.2+fb96c34e7ff1df57d857a4c8378f65eff1a9fddf
|
Loading…
Add table
Reference in a new issue