mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
df37366556
commit
f04b563039
1 changed files with 6 additions and 1 deletions
|
@ -54,7 +54,12 @@ function getRemarkPlugins(mdxOptions: MdxOptions): PluggableList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
remarkPlugins = [...remarkPlugins, ...mdxOptions.remarkPlugins, remarkCollectImages, remarkImageToComponent];
|
remarkPlugins = [
|
||||||
|
...remarkPlugins,
|
||||||
|
...mdxOptions.remarkPlugins,
|
||||||
|
remarkCollectImages,
|
||||||
|
remarkImageToComponent,
|
||||||
|
];
|
||||||
|
|
||||||
if (!isPerformanceBenchmark) {
|
if (!isPerformanceBenchmark) {
|
||||||
// Apply syntax highlighters after user plugins to match `markdown/remark` behavior
|
// Apply syntax highlighters after user plugins to match `markdown/remark` behavior
|
||||||
|
|
Loading…
Reference in a new issue