aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Editor.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-12 13:07:03 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-12 13:07:03 +0000
commit4ae9ba4b78b7ea4c18e70b51721bc88548358608 (patch)
tree89490c41d86b6d232654bfbc8e4fe1bc505355d7 /spring-front/src/components/Editor.js
parentadded PUT, the CRUD is done now. just need to test the crud (diff)
downloadmdrtl-4ae9ba4b78b7ea4c18e70b51721bc88548358608.tar.gz
mdrtl-4ae9ba4b78b7ea4c18e70b51721bc88548358608.zip
some fixes
Diffstat (limited to '')
-rw-r--r--spring-front/src/components/Editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/src/components/Editor.js b/spring-front/src/components/Editor.js
index 7a99f52..3f8fefb 100644
--- a/spring-front/src/components/Editor.js
+++ b/spring-front/src/components/Editor.js
@@ -26,7 +26,7 @@ const md = new mit({ html: true })
.use(mittexmath, {
engine: katex,
delimiters: "gitlab",
- katexOptions: { macros: { "\\RR": "\\mathbb{R}" } },
+ katexOptions: { macros: { "\\RR": "\\mathbb{R}" }, output: "mathml" },
})
.use(mitmmdtable)
.use(mithljs, { inline: true, auto: true, code: true, hljs: hljs });