refactor(create): update screenshots in quick start tutorial (#7286)

This commit is contained in:
Joshua Chen 2022-05-04 18:00:12 +08:00 committed by GitHub
parent 7a3894e664
commit 881430078e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 3 deletions

View file

@ -43,7 +43,7 @@ Let's see how to [Create a page](./create-a-page.md).
Regular Markdown images are supported.
Add an image at `static/img/docusaurus.png` and display it in Markdown:
You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):
```md
![Docusaurus logo](/img/docusaurus.png)
@ -51,6 +51,8 @@ Add an image at `static/img/docusaurus.png` and display it in Markdown:
![Docusaurus logo](/img/docusaurus.png)
You can reference images relative to the current file as well, as shown in [the extra guides](../tutorial-extras/manage-docs-versions.md).
## Code Blocks
Markdown code blocks are supported with Syntax highlighting.