From d2ce30942f41fc8d68d909ed139c7dd6b9c4cb40 Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Thu, 8 Sep 2022 17:10:27 -0700 Subject: [PATCH] add missing close code block backticks Reviewed By: jknoxville Differential Revision: D39355460 fbshipit-source-id: 5eee036cde24738f0352cc5bd0f8ef22463427dd --- docs/internals/documentation-formatting.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/internals/documentation-formatting.mdx b/docs/internals/documentation-formatting.mdx index ca48abec4..5fb18f517 100644 --- a/docs/internals/documentation-formatting.mdx +++ b/docs/internals/documentation-formatting.mdx @@ -87,6 +87,7 @@ addPlugin({ onDisconnect() { } }) +``` For more code blocks features, such as line highlighting, see the Docusaurus [Code blocks](https://docusaurus.io/docs/markdown-features/code-blocks) document.