Profiles allow users to use HTML elements or to simply type characters. Profiles also cap the character limit at 10,000 characters. Does this character limit include characters used with HTML elements or is does the character limit apply to the number of output characters only?
For instance, I could insert a simple URL like www.google.com (14 characters ) OR I could use HTML to embed that link as Google (37 characters) and this HTML element outputs “Google” (5 characters). If I go the HTML route, would the character counter count 37 or 5 characters?