Markdown configuration migration to new markdown processor API - #25
Markdown configuration migration to new markdown processor API#25patrickpiedad wants to merge 1 commit into
Conversation
…o remove deprecation warnings during development
|
Thanks for the PR! I verified the migration and it checks out nicely:
Two small requests before merging:
Happy to merge once point 1 is in. |
…
What
Migrated markdown configuration to Astro new markdown processor API to remove deprecation warnings during development
Why
The previous
remarkPluginsconfiguration is deprecated and will be removed in a future Astro release. This updates the project to the recommended configuration.Checklist
npm run checkpasses (0 errors)npm run buildsucceedssrc/consts.tscomments and the README