aboutsummaryrefslogtreecommitdiff
path: root/examples/with-markdown/src/pages/other.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown/src/pages/other.md')
-rw-r--r--examples/with-markdown/src/pages/other.md18
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.