From 13156bbe191b72f89c8a1740efd7f401a79dc43b Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Sat, 18 Jul 2020 01:50:48 +0530 Subject: Added KaTeX and Highlight JS with Editiong Support --- src/views/templates/blank/template.css | 7 ++++ src/views/templates/blank/template.html | 68 ++++++++++++++++++++++++++++++++- 2 files changed, 74 insertions(+), 1 deletion(-) (limited to 'src/views') diff --git a/src/views/templates/blank/template.css b/src/views/templates/blank/template.css index e69de29..d9b3115 100644 --- a/src/views/templates/blank/template.css +++ b/src/views/templates/blank/template.css @@ -0,0 +1,7 @@ +#toolbar-container { + display: inline-block; + border: none; +} +.ql-editing { + left: 0px !important; +} \ No newline at end of file diff --git a/src/views/templates/blank/template.html b/src/views/templates/blank/template.html index b41acac..a35a0f4 100644 --- a/src/views/templates/blank/template.html +++ b/src/views/templates/blank/template.html @@ -7,6 +7,7 @@ Document + @@ -19,6 +20,52 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
@@ -29,12 +76,31 @@
-
+
+
+
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3