I'm a Nuxt user for my personal projects, but React for work.
For the past couple of years we have used a similar markdown directive syntax to Nuxt MDC.
After I started using Nuxt MDC in my personal projects, I then tried this plugin with my React work projects. It worked great except for ONE thing. We use labels in many of our container block directives.
::: name[label]{key=val}
contents, which are sometimes further block elements
:::
The Nuxt MDC syntax highlighter doesn't work with container directives as per this spec discussion:
https://talk.commonmark.org/t/generic-directives-plugins-syntax/444
Is that easy to implement?
I'm a Nuxt user for my personal projects, but React for work.
For the past couple of years we have used a similar markdown directive syntax to Nuxt MDC.
After I started using Nuxt MDC in my personal projects, I then tried this plugin with my React work projects. It worked great except for ONE thing. We use labels in many of our container block directives.
The Nuxt MDC syntax highlighter doesn't work with container directives as per this spec discussion:
https://talk.commonmark.org/t/generic-directives-plugins-syntax/444
Is that easy to implement?