Skip to content

Fix newlines in episode descriptions that don't use <p> tags for newlines.

nee requested to merge nemuii/podcasts:episode_description_fixes into master

Descriptions that use \n for newlines would lose their indentation in the html2text conversion.

This adds a workaround to keep \n during html2text conversion until a custom html5ever parser can replace html2text.

Merge request reports