docs: fix highlighted lines in github link to commonly used languages (#11188)

This commit is contained in:
Dave Meyer 2025-05-27 10:41:05 +02:00 committed by GitHub
parent 8958c11c58
commit 8a5a0c110e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ Because a Prism theme is just a JS object, you can also write your own theme if
### Supported Languages {#supported-languages}
By default, Docusaurus comes with a subset of [commonly used languages](https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts#L9-L23).
By default, Docusaurus comes with a subset of [commonly used languages](https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts#L10-L25).
:::warning