summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-17 19:48:01 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-17 19:48:01 +0000
commitd55d8b8c6e8b6088cf416d4a804207d0f4bef311 (patch)
treebde6d16fd749ff4d554de40aae2271c6df96d517
parentf74112798b71e3a6fb8531190f721ba2db07888a (diff)
downloadastro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.tar.gz
astro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.tar.zst
astro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.zip
[ci] yarn format
-rw-r--r--docs/src/pages/guides/markdown-content.md2
1 files changed, 1 insertions, 1 deletions
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'}],
- ]
+ ],
},
};
```