astro-community / md

Render any Markdown content in Astro, optionally integrating with any existing configuration.

Home Page:https://stackblitz.com/github/astro-community/md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conditionally disable astro markdown config

changethe opened this issue · comments

commented

not sure if this is a common need, but I would have a use case for it.

In 99% of cases I want to use my astro markdown plugins etc. but every now and then I need to render a small markdown string without my additional plugins.

Something like config="false" or similar would be a great option to conditionally revert back to the basic markdown renderer without the custom plugins/extensions.