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, 18 insertions, 0 deletions
diff --git a/examples/with-markdown/src/pages/other.md b/examples/with-markdown/src/pages/other.md new file mode 100644 index 000000000..d4180940d --- /dev/null +++ b/examples/with-markdown/src/pages/other.md @@ -0,0 +1,18 @@ +--- +title: Some Markdown Page +layout: ../layouts/main.astro +--- + +# Code + +```js +var foo = 'bar'; + +function doSomething() { + return foo; +} +``` + +# Paragraph + +text here. |