wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Hot to properly display the result #881

Open davidseek opened 7 years ago

davidseek commented 7 years ago

After using this framework, I have a String, for example:

"<blockquote>Sfdsffdsf\n\n\n<i>Sdfsdfsdf<b>dsfdsf</b></i>\n\n<i><b>Dsfsdf</b></i></blockquote>"

What's the best practise, to display the result on another view, the same format as in the WordPress-Editor?