Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2020-03-11 17:50:57 +0300
committerreuixiy <reuixiy@gmail.com>2020-03-11 17:50:57 +0300
commitdc0c4ef51e1f135be9bd1534805a2e075f0697c2 (patch)
tree0d6b3b745d06495a22770e5da6d6c1a849aba5c8 /config-examples/zh-cn
parent431ef631f9b49fcefc04d683d341703792aa6d67 (diff)
fix: remove crappy param `compatibleWithLaTeX`
Fixed #50 BREAKING CHANGE: `compatibleWithLaTeX` is removed If you have enabled this param before, you can replace this feature with HTML `<div>` or `<span>` tag, e.g. <div> $$ ... $$ </div> inline math <span>$...$</span> ...which prevents LaTeX code from being processed by the Markdown renderer. Sorry for the inconvenience *again* :(
Diffstat (limited to 'config-examples/zh-cn')
-rw-r--r--config-examples/zh-cn/config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index 6001835..6d1a974 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -738,9 +738,6 @@ uglyURLs = false
# 在新标签页打开外链?
hrefTargetBlank = true
- # 与 LaTeX 的兼容性?
- compatibleWithLaTeX = false
-
######################################
# 文章目录