diff options
Diffstat (limited to '')
-rw-r--r-- | examples/with-markdown-plugins/README.md | 9 |
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 +``` + +[](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. |