From d55d8b8c6e8b6088cf416d4a804207d0f4bef311 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Sat, 17 Jul 2021 19:48:01 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/guides/markdown-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/markdown-content.md b/docs/src/pages/guides/markdown-content.md index f9f1985ab..5a8cebed0 100644 --- a/docs/src/pages/guides/markdown-content.md +++ b/docs/src/pages/guides/markdown-content.md @@ -32,7 +32,7 @@ export default { // If you need to provide options for the plugin, you can use an array and put the options as the second item. // 'rehype-slug', // ['rehype-autolink-headings', { behavior: 'prepend'}], - ] + ], }, }; ```