From 9d41bdab97a843fe3bad7d3c151d924aaf51b748 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Sun, 24 Jan 2021 16:32:53 +0800 Subject: [PATCH] =?UTF-8?q?markdown=E6=96=87=E6=9C=AC=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 3 +- pages/chapter/read.vue | 4 +- pages/course/info.vue | 4 +- pages/help/info.vue | 4 +- pages/page/info.vue | 4 +- static/css/markdown.css | 972 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 986 insertions(+), 5 deletions(-) create mode 100644 static/css/markdown.css diff --git a/App.vue b/App.vue index d6599f7..f184341 100644 --- a/App.vue +++ b/App.vue @@ -15,4 +15,5 @@ + @import "static/css/markdown.css"; + \ No newline at end of file diff --git a/pages/chapter/read.vue b/pages/chapter/read.vue index d273e8c..6a0510a 100644 --- a/pages/chapter/read.vue +++ b/pages/chapter/read.vue @@ -1,7 +1,9 @@