Enhancement
If you use TL-Script to generate an output to the user with the info($message) function, only a "normal" string or internationalized string is currently possible, which is simply displayed. Special characters are quoted so that no security vulnerability arises.
However, if you want to output more information than just a simple sentence, especially a list of several problems / results, for example, this can quickly become confusing:
It would be nice to have formatting options here.
It is possible to generate HTML in TL-Script (using {{{foo<br/>bar}}}). If the message is an HTML text, it should be output as HTML by the info message.
Test
- Evaluate info({{{<b>Important:</b> Make!}}}) in the script console.