nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.08k stars 624 forks source link

Markdown Attributes do not work inside table #2491

Closed brunopbarbosa closed 1 month ago

brunopbarbosa commented 8 months ago

Environment

Any enviroment; tested both locally and on stackblitz.

Reproduction

https://stackblitz.com/edit/github-uzvhfu?file=content%2Findex.md

Describe the bug

When adding Attributes to links inside tables, these attributes are not applied. If the link is outside a table, it is applied as expected. if it's another element (i.e. a span) and it's inside the table, the attributes are also applied. image

Additional context

No response

Logs

No response

brunopbarbosa commented 7 months ago

Has anyone else come across this issue?

brunopbarbosa commented 5 months ago

@farnabaz thanks for that update. I've set override to remark-mdc to ^3.2.0 and that fixes the issue. Will there be a nuxt update to enforce this later version of remark-mdc or is this how i'm supposed to have it for now?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.