-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
I may work on a patch when I have the time, but I'll leave this here for discussion :)
I'm converting a large site with user-edited HTML content through a WYSIWYG editor, so I'm finding many cases where stuff like this <em>word</em> is actually <em>wo</em><em>rd</em>, which this gems converts into _wo__rd_. I think it'd be good to add an option to sanitize HTML by removing empty tags and tidying a bit before, but I'm not sure if it'd be a task for reverse markdown. Maybe passing something who can do the cleanup, like Loofah?
Metadata
Metadata
Assignees
Labels
No labels