You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, yeah it looks like markdown-it-attrs syntax somewhat conflicts with Pandoc and kramdown syntax for inline code language.
I refactored a bunch of things in v4.0.0 and I made sure to parse the inline code language at an earlier parsing step (originally I was doing it at the render step), so that we can get a chance to parse it before markdown-it-attrs.
I am using https://www.npmjs.com/package/markdown-it-attrs and it broke the inline language feature:
I tried to put highlights before attrs - didn't help.
This helped:
The text was updated successfully, but these errors were encountered: