diff --git a/src/pages/test.md b/src/pages/test.md deleted file mode 100644 index afe796f..0000000 --- a/src/pages/test.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: '../../layouts/lay.astro' -title: 'My Markdown page' ---- -# Hello world - -## Just testing - -* List 1 -* List 1 -* List 1 -* List 1 - -### Another heading - -```js -console.log("Hello world"); -```