Closed Fresheyeball closed 9 years ago
Hey, thanks for filing this report! Unfortunately, there's no way around this :( It's a hard limit in the atom autocomplete plus module that only text is allowed in this area. If you try to pass HTML, it will actually break the suggestions.
Here's the line in the atom autocomplete plus code where the limit comes from. I'm not sure if the authors would be open to allowing html in there, given some of the security risks that come along with it, but it's something you ask for:
Hmmm, sanitizing HTML for security is kind of a known thing. Id think they would just add that layer of assurance and let HTML in.