aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 07:39:03 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 07:39:03 +0000
commitca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f (patch)
tree3f52b57ebe118228d67968952296824c3be3d7f6 /spring-front/src/index.js
parentwip (diff)
downloadmdrtl-ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f.tar.gz
mdrtl-ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f.zip
wip
Diffstat (limited to '')
-rw-r--r--spring-front/src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spring-front/src/index.js b/spring-front/src/index.js
index 1b3e051..2b3e29d 100644
--- a/spring-front/src/index.js
+++ b/spring-front/src/index.js
@@ -3,6 +3,7 @@ import ReactDOM from "react-dom";
import hljs from "highlight.js/lib/core";
import markdown from "highlight.js/lib/languages/markdown";
import "highlight.js/styles/devibeans.css";
+import "./index.css";
hljs.registerLanguage("markdown", markdown);