summaryrefslogtreecommitdiff
path: root/examples/with-markdown/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown/README.md')
-rw-r--r--examples/with-markdown/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/with-markdown/README.md b/examples/with-markdown/README.md
deleted file mode 100644
index 5acc87f7c..000000000
--- a/examples/with-markdown/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Astro Example: Markdown
-
-```
-npm init astro -- --template with-markdown
-```
-
-[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown)
-
-This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/).
-
-- `src/pages/index.astro` uses Astro's `<Markdown>` component.
-- `src/pages/other.md` is a treated as a page entrypoint and uses a `layout`.