nuxt-modules / mdc

MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.
MIT License
193 stars 22 forks source link

Generated markdown AST is wrong for bold text in tables #247

Closed larbish closed 1 month ago

larbish commented 2 months ago

This markdown: Screenshot 2024-08-12 at 14 14 33

is generating this node: Screenshot 2024-08-12 at 14 14 25

Everything coming after the bold syntax is outside of the p node

farnabaz commented 1 month ago

Seems that this happens outside the mdc module's scope and maybe in wrapper functions

Screenshot 2024-09-12 at 12 05 32
larbish commented 1 month ago

Ok I'll have a check directly in studio parser then