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:
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