mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: update external link to MDX reference (#10981)
Update markdown-features-code-blocks.mdx Update external link to MDX reference
This commit is contained in:
parent
549ab795c3
commit
fd51384cab
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function HelloCodeTitle(props) {
|
||||||
|
|
||||||
## Syntax highlighting {#syntax-highlighting}
|
## Syntax highlighting {#syntax-highlighting}
|
||||||
|
|
||||||
Code blocks are text blocks wrapped around by strings of 3 backticks. You may check out [this reference](https://github.com/mdx-js/specification) for the specifications of MDX.
|
Code blocks are text blocks wrapped around by strings of 3 backticks. You may check out [this reference](https://mdxjs.com/docs/) for the specifications of MDX.
|
||||||
|
|
||||||
````md
|
````md
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Reference in a new issue