0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
Oliver Speir 2024-01-23 23:19:35 +00:00 committed by astrobot-houston
parent df37366556
commit f04b563039

View file

@ -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