View Single Post
07/25/19, 08:59 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,964
From this file:
https://github.com/esoui/esoui/blob/...ingeditbox.lua

I found the following function's line:
Lua Code:
  1. local displayText = self.shouldEscapeMarkup and EscapeMarkup(text, ALLOW_MARKUP_TYPE_COLOR_ONLY) or text

Maybe the EscapeMarkup function helps somehow. But I guess the AllowMarkupType in the XML should be best.
  Reply With Quote