How to Use Simple Markup
The Customizing Help Tooltips and certain Customizing Message Properties can be marked up like this:
-
Fragments surrounded with
**are replaced by fragment contents enclosed by<b>tag.
Example:The last word is written **bold**. -
Fragments surrounded by
__are replaced with their contents enclosed by<i>tag.
Example:The last word is written __italic__. -
Links are replaced with an
<a>tag.
Example:This is an link:https://example.com[example link]. -
Single newline characters
\nare replaced with a<br>tag.
Example:The last word is written in a new \n line. -
Consecutive newline characters
\n\nare replaced with a<p>tag.
Example:The last word is written in a new \n\n paragraph.