From 4ae9ba4b78b7ea4c18e70b51721bc88548358608 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 12 May 2022 17:37:03 +0430 Subject: some fixes --- spring-front/src/components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spring-front/src/components') 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 }); -- cgit v1.2.3