mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -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) {
|
||||
// Apply syntax highlighters after user plugins to match `markdown/remark` behavior
|
||||
|
|
Loading…
Reference in a new issue