From 8a5a0c110e9c4bfa696503c445e6e2bf8d638fda Mon Sep 17 00:00:00 2001 From: Dave Meyer <7davidmeyer@gmail.com> Date: Tue, 27 May 2025 10:41:05 +0200 Subject: [PATCH] docs: fix highlighted lines in github link to commonly used languages (#11188) --- .../guides/markdown-features/markdown-features-code-blocks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx index da7e5d0205..f55442b973 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -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