diff --git a/src/assets/markdown-test.md b/public/data/markdown-test.md similarity index 99% rename from src/assets/markdown-test.md rename to public/data/markdown-test.md index de3b0ab..767cd8a 100644 --- a/src/assets/markdown-test.md +++ b/public/data/markdown-test.md @@ -1,7 +1,5 @@ This is the testing Note for all the Markdown features. ---- - # Heading 1 ## Heading 2 ### Heading 3 diff --git a/src/App.vue b/src/App.vue index f0b90fa..6f88c66 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@