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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlh <wanglinghao18z@ict.ac.cn>2020-11-27 13:52:01 +0300
committerwlh <wanglinghao18z@ict.ac.cn>2020-11-27 13:52:01 +0300
commit539caeec7c7dc5fac4fb0ff872e639262b495f69 (patch)
tree2e8328747653e20aeccaae04a2e5e391e47f9317 /layouts/partials/math.html
parentc414042c405993903f5bd5fb990bf727b4df39aa (diff)
add meta tag params to readme
Diffstat (limited to 'layouts/partials/math.html')
-rw-r--r--layouts/partials/math.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/layouts/partials/math.html b/layouts/partials/math.html
index 8f934bd..cbf8308 100644
--- a/layouts/partials/math.html
+++ b/layouts/partials/math.html
@@ -12,27 +12,27 @@
renderMathInElement(document.body, {
// ...options...
delimiters: [{
- left: "$$",
- right: "$$",
- display: true
- },
- {
- left: "\\[",
- right: "\\]",
- display: true
- },
- {
- left: "$",
- right: "$",
- display: false
- },
- {
- left: "\\(",
- right: "\\)",
- display: false
- }
+ left: "$$",
+ right: "$$",
+ display: true
+ },
+ {
+ left: "\\[",
+ right: "\\]",
+ display: true
+ },
+ {
+ left: "$",
+ right: "$",
+ display: false
+ },
+ {
+ left: "\\(",
+ right: "\\)",
+ display: false
+ }
]
});
});
-</script>
+</script> \ No newline at end of file