From ccd3c3555386ae38a4e4ca78364b1a1e8d24d7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barbazza?= <42906704+rbarbazz@users.noreply.github.com> Date: Sun, 14 May 2023 14:56:28 -0700 Subject: [PATCH 1/2] docs: update link in md code blocks section Link for default bundled languages --- .../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 94f38f873b92..d9f2678b3781 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -78,7 +78,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). +By default, Docusaurus comes with a subset of [commonly used languages](https://github.com/FormidableLabs/prism-react-renderer/blob/c914fdea48625ba59c8022174bb3df1ed802ce4d/packages/generate-prism-languages/index.ts#L9-L23). :::caution From 2de2d1a10f06cd8c32b3925e30d4678ca3a8ece7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 15 May 2023 14:24:55 +0200 Subject: [PATCH 2/2] Update website/docs/guides/markdown-features/markdown-features-code-blocks.mdx --- .../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 d9f2678b3781..370a1181abd1 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -78,7 +78,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/c914fdea48625ba59c8022174bb3df1ed802ce4d/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#L9-L23). :::caution