summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Marc <8125196+rdwz@users.noreply.github.com> 2023-09-11 13:45:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-11 12:45:21 +0100
commit435b10549878281ad2bb60207cb86f312a4a809f (patch)
tree5b8fef178820406ffeb41753ee62038055c9c267 /examples/with-markdown-plugins
parent0a2567c288bc2a3ccc92afd643944c9a4e6d604b (diff)
downloadastro-435b10549878281ad2bb60207cb86f312a4a809f.tar.gz
astro-435b10549878281ad2bb60207cb86f312a4a809f.tar.zst
astro-435b10549878281ad2bb60207cb86f312a4a809f.zip
Fix: lang unspecified code blocks (#8461)
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md
index 7f955f6c4..91811541a 100644
--- a/examples/with-markdown-plugins/README.md
+++ b/examples/with-markdown-plugins/README.md
@@ -1,6 +1,6 @@
# Astro Example: Markdown with Plugins
-```
+```sh
npm create astro@latest -- --template with-markdown-plugins
```