[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:
|
You can provide names of the plugins as well as import them:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import autolinkHeadings from 'remark-autolink-headings'
|
import autolinkHeadings from 'remark-autolink-headings';
|
||||||
|
|
||||||
// astro.config.mjs
|
// astro.config.mjs
|
||||||
export default {
|
export default {
|
||||||
|
@ -77,9 +77,7 @@ export default {
|
||||||
render: [
|
render: [
|
||||||
'@astrojs/markdown-remark',
|
'@astrojs/markdown-remark',
|
||||||
{
|
{
|
||||||
remarkPlugins: [
|
remarkPlugins: [[autolinkHeadings, { behavior: 'prepend' }]],
|
||||||
[autolinkHeadings, { behavior: 'prepend' }],
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue