mixmark-io / turndown

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

Add TEXTAREA as part of the void elements #437

Open Altaflux opened 1 year ago

Altaflux commented 1 year ago

TEXTAREA should be considered a void element just like INPUT is. TextArea elements are getting discarded incorrectly by the blank rule as they are not considered void elements.

domchristie commented 6 months ago

Thanks for your contribution. textarea is not a void element, and so probably shouldn't be included in this list.