Widget Customization
Widget Text Formatting
Formatting Tags
Inside the tinyDialog widget's description text, you can use the following basic formatting tags:
- bold text:
**your text** - underscored text:
__your text__ - italic text:
_italic text_
You can also combine multiple tags. But keep in mind that the last opened tag must be closed first.
e.g.: __**your text**__ will be displayed as your text.
Example

Last updated on
