jonschlinkert / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
https://jonschlinkert.github.io/remarkable/demo/
MIT License
5.74k stars 371 forks source link

WebComponents not working and nested block not regarded #414

Open Hobart2967 opened 2 years ago

Hobart2967 commented 2 years ago

The htmlblock rule does not consider nesting to happen.

Use case:

Furthermore, the htmlblock does not recognize web components due to its regex and its filter list.

Hobart2967 commented 2 years ago

https://github.com/jonschlinkert/remarkable/pull/413

Hobart2967 commented 2 years ago

Any reaction?