summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/with-markdown-plugins/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md
new file mode 100644
index 000000000..c69920abe
--- /dev/null
+++ b/examples/with-markdown-plugins/README.md
@@ -0,0 +1,9 @@
+# Astro Example: Markdown with Plugins
+
+```
+npm init astro -- --template with-markdown-plugins
+```
+
+[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-markdown-plugins)
+
+This example showcases Astro's [built-in Markdown support](../../docs/markdown.md) with additional, user-provided plugins.