diff options
author | 2023-09-11 13:45:21 +0200 | |
---|---|---|
committer | 2023-09-11 12:45:21 +0100 | |
commit | 435b10549878281ad2bb60207cb86f312a4a809f (patch) | |
tree | 5b8fef178820406ffeb41753ee62038055c9c267 /examples/with-markdoc/README.md | |
parent | 0a2567c288bc2a3ccc92afd643944c9a4e6d604b (diff) | |
download | astro-435b10549878281ad2bb60207cb86f312a4a809f.tar.gz astro-435b10549878281ad2bb60207cb86f312a4a809f.tar.zst astro-435b10549878281ad2bb60207cb86f312a4a809f.zip |
Fix: lang unspecified code blocks (#8461)
Diffstat (limited to 'examples/with-markdoc/README.md')
-rw-r--r-- | examples/with-markdoc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/README.md b/examples/with-markdoc/README.md index 1a1acc1a5..35afb0f3f 100644 --- a/examples/with-markdoc/README.md +++ b/examples/with-markdoc/README.md @@ -2,7 +2,7 @@ This starter showcases the experimental Markdoc integration. -``` +```sh npm create astro@latest -- --template with-markdoc ``` @@ -15,7 +15,7 @@ npm create astro@latest -- --template with-markdoc Inside of your Astro project, you'll see the following folders and files: -``` +```text / ├── public/ ├── src/ |