diff options
Diffstat (limited to 'spring-front/src/components')
| -rw-r--r-- | spring-front/src/components/Editor.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spring-front/src/components/Editor.js b/spring-front/src/components/Editor.js index 21d4bed..5f561b8 100644 --- a/spring-front/src/components/Editor.js +++ b/spring-front/src/components/Editor.js @@ -14,6 +14,7 @@ import mithljs from "markdown-it-highlightjs";  import mittexmath from "markdown-it-texmath";  import mitmmdtable from "markdown-it-multimd-table";  import katex from "katex"; +import { mdrtlConfig } from "../config.js";  hljs.registerLanguage("markdown", markdown);  hljs.registerLanguage("javascript", javascript); | 
