diff --git a/src/markdown-pages/post2.md b/src/markdown-pages/post2.md deleted file mode 100644 index dc5e8f6..0000000 --- a/src/markdown-pages/post2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hello World" -slug: "test-2" -date: "2021-04-17" ---- - -hello, hello! - -how are you? diff --git a/src/markdown-pages/test.md b/src/markdown-pages/test.md index d35a03a..ed6d6ca 100644 --- a/src/markdown-pages/test.md +++ b/src/markdown-pages/test.md @@ -1,6 +1,6 @@ --- -slug: "test" -title: "MD Test Page" +slug: "md-test" +title: "Markdown Rendering Test Page" date: "2021-04-17" --- # h1 @@ -19,15 +19,6 @@ test **test** inline `code formatting` like a boss ---- - -``` -code -block -hello - there -``` - --- ```ts let hello: string = "test";