diff options
author | 2021-07-17 19:48:01 +0000 | |
---|---|---|
committer | 2021-07-17 19:48:01 +0000 | |
commit | d55d8b8c6e8b6088cf416d4a804207d0f4bef311 (patch) | |
tree | bde6d16fd749ff4d554de40aae2271c6df96d517 | |
parent | f74112798b71e3a6fb8531190f721ba2db07888a (diff) | |
download | astro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.tar.gz astro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.tar.zst astro-d55d8b8c6e8b6088cf416d4a804207d0f4bef311.zip |
[ci] yarn format
-rw-r--r-- | docs/src/pages/guides/markdown-content.md | 2 |
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'}], - ] + ], }, }; ``` |