diff options
Diffstat (limited to 'examples/with-markdown/src/pages/other.md')
-rw-r--r-- | examples/with-markdown/src/pages/other.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/with-markdown/src/pages/other.md b/examples/with-markdown/src/pages/other.md deleted file mode 100644 index d4180940d..000000000 --- a/examples/with-markdown/src/pages/other.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Some Markdown Page -layout: ../layouts/main.astro ---- - -# Code - -```js -var foo = 'bar'; - -function doSomething() { - return foo; -} -``` - -# Paragraph - -text here. |