flavorjones / loofah

Ruby library for HTML/XML transformation and sanitization
MIT License
934 stars 137 forks source link

feat: Node#to_text replaces <br> with a newline #226

Closed flavorjones closed 2 years ago

flavorjones commented 2 years ago

which probably should have always been the desired behavior.

Closes #225