You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: