See screenshot:
User profile doesn't support HTML
Re-opening. I'm not inserting HTML into any of the fields. See screenshots
Created attachment 645486 [details] Profile page showing raw HTML
Created attachment 645487 [details] Editting my profile - no HTML present
In Drupal, any field presented to the user as a textarea is assumed to be formatted according to the default input format (in this case, our default is markdown+some inline HTML, properly sanitized). In the UI, we should strip tags everywhere except the about me page, and on the about me page we should follow the normal sanitization rules. I made it so that every view that shows these attributes strips HTML, and removed some of the edge case checking that was unnecessary. Fixed in: https://github.com/openshift/li/pull/626
(In reply to comment #5) Tested on devenv_2485, profile content will be displayed correctly without raw HTML, thanks.