mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.62k stars 870 forks source link

Add OEMBED to meaningfulWhenBlankElements #383

Closed crossjs closed 3 years ago

crossjs commented 3 years ago

OEMBED is used by CKEDITOR5

https://ckeditor.com/docs/ckeditor5/latest/features/media-embed.html

martincizek commented 3 years ago

Not familiar with OEMBED, can you please provide a simple example how it is going to be used (i.e. input and code snippet with turndown)? I guess you need it for creating a oembed rule, right?

crossjs commented 3 years ago

I'm switching to remark/rehype. So we can close this PR by now.