HTML tags being stripped in device attributes

I could probably throw together a BBcode type routine that you could use as a method (maybe using the library functionality that we now have), i.e.

String bbToHtml( String bbInput) {
   …
   return htmlStr
}

The “protection” being that if it wasn’t a recognized code it wouldn’t get parsed into HTML.

Thinking codes for bold, italic, underline, color, size and newline to start…

2 Likes