shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.
https://nextra.site
MIT License
11.31k stars 1.24k forks source link

Recma plugins order #2915

Open pomber opened 3 months ago

pomber commented 3 months ago

2866 added support for recma plugins, but they are being applied after nextra custom plugins: https://github.com/shuding/nextra/pull/2866/files#diff-529083ef03cb653fd91399220a1a136114d36a4b6fed51cef498562c26a1ac7fR349

User's remark and rehype plugins are applied before any nextra plugin, maybe it will be more consistent if the same applies to recma.

(not a nitpick, this is breaking the integration with Code Hike)

pomber commented 3 months ago

I can send a PR if needed