chore: update examples for beta 20 (#7350)

This commit is contained in:
Sébastien Lorber 2022-05-05 21:38:47 +02:00 committed by GitHub
parent 26df8c83ce
commit 386c5901eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 2638 additions and 2690 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.