mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
2.07k stars 158 forks source link

underline showing in the rendered HTML as <!-- --> #566

Closed mledwards closed 3 months ago

mledwards commented 3 months ago

Any ideas why underline is showing in the rendered HTML as <!----> instead of <u></ul>?

petyosi commented 3 months ago

No, no ideas.

mledwards commented 3 months ago

Hmm, it's out of the box in Next.js, I've not customised anything 🤷