From 188e0e96595549d023b44fa122270f1b2f07a3ec Mon Sep 17 00:00:00 2001 From: "nisch.codes" Date: Sun, 16 Mar 2025 19:28:10 +0100 Subject: [PATCH] feat: moved markdown file with all supported stylings to public and add global keyhandle for markdown easter egg --- {src/assets => public/data}/markdown-test.md | 2 -- src/App.vue | 38 +++++++++++++++++--- src/assets/.gitkeep | 0 3 files changed, 33 insertions(+), 7 deletions(-) rename {src/assets => public/data}/markdown-test.md (99%) create mode 100644 src/assets/.gitkeep 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 @@