-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Issue : Currently the content is parsed through the XML Parser then over to the HTML sanitizer however, unfortunately it does not format the paragraphs and such.
Possible Solution: Using NSAttributedString may allow us to pull out the desired tags before sanitizing to then format the text?