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:
pedenys 2025-03-13 10:53:45 +01:00 committed by GitHub
parent 549ab795c3
commit fd51384cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ function HelloCodeTitle(props) {
## 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
```js