diff options
Diffstat (limited to 'examples/with-markdown-shiki/src/pages/index.md')
-rw-r--r-- | examples/with-markdown-shiki/src/pages/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/with-markdown-shiki/src/pages/index.md b/examples/with-markdown-shiki/src/pages/index.md new file mode 100644 index 000000000..89e58184f --- /dev/null +++ b/examples/with-markdown-shiki/src/pages/index.md @@ -0,0 +1,14 @@ +--- +title: Shiki demo +layout: ../layouts/main.astro +--- + +# Shiki demo + +```js +var foo = 'bar'; + +function doSomething() { + return foo; +} +``` |