diff --git a/docs/config/_default/hugo.toml b/docs/config/_default/hugo.toml index 19fdef5821..4e474fe3d4 100644 --- a/docs/config/_default/hugo.toml +++ b/docs/config/_default/hugo.toml @@ -65,31 +65,31 @@ summaryLength = 10 # if in doubt, remove this line renderer.unsafe = true - [markup.goldmark.extensions] - strikethrough = false + [markup.goldmark.extensions] + strikethrough = false - # use Markdown extensions for this showcase - [markup.goldmark.extensions.extras] - [markup.goldmark.extensions.extras.delete] - enable = true - [markup.goldmark.extensions.extras.insert] - enable = true - [markup.goldmark.extensions.extras.mark] - enable = true - [markup.goldmark.extensions.extras.subscript] - enable = true - [markup.goldmark.extensions.extras.superscript] - enable = true + # use Markdown extensions for this showcase + [markup.goldmark.extensions.extras] + [markup.goldmark.extensions.extras.delete] + enable = true + [markup.goldmark.extensions.extras.insert] + enable = true + [markup.goldmark.extensions.extras.mark] + enable = true + [markup.goldmark.extensions.extras.subscript] + enable = true + [markup.goldmark.extensions.extras.superscript] + enable = true - [markup.goldmark.extensions.passthrough] - enable = true - [markup.goldmark.extensions.passthrough.delimiters] - # the settings chosen here match the default initialization - # of the MathJax library chosen by the theme; - # if you want to adjust to different values you also need - # to set them in `[params] mathJaxInitialize` - inline = [['\(', '\)'], ['$', '$']] - block = [['\[', '\]'], ['$$', '$$']] + [markup.goldmark.extensions.passthrough] + enable = true + [markup.goldmark.extensions.passthrough.delimiters] + # the settings chosen here match the default initialization + # of the MathJax library chosen by the theme; + # if you want to adjust to different values you also need + # to set them in `[params] mathJaxInitialize` + inline = [['\(', '\)'], ['$', '$']] + block = [['\[', '\]'], ['$$', '$$']] # showcase of the menu shortcuts; you can use relative URLs linking # to your content or use fully-qualified URLs to link outside of diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 1244be4335..f1146d3b74 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+adb82b040f7cda6de4d78892bb580a62f248d5ef \ No newline at end of file +7.3.2+fb96c34e7ff1df57d857a4c8378f65eff1a9fddf \ No newline at end of file