[ci] yarn format
This commit is contained in:
parent
cfeaa9414a
commit
939886ff47
1 changed files with 2 additions and 4 deletions
|
@ -69,7 +69,7 @@ export default {
|
|||
You can provide names of the plugins as well as import them:
|
||||
|
||||
```js
|
||||
import autolinkHeadings from 'remark-autolink-headings'
|
||||
import autolinkHeadings from 'remark-autolink-headings';
|
||||
|
||||
// astro.config.mjs
|
||||
export default {
|
||||
|
@ -77,9 +77,7 @@ export default {
|
|||
render: [
|
||||
'@astrojs/markdown-remark',
|
||||
{
|
||||
remarkPlugins: [
|
||||
[autolinkHeadings, { behavior: 'prepend' }],
|
||||
],
|
||||
remarkPlugins: [[autolinkHeadings, { behavior: 'prepend' }]],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue