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 \n are replaced with a <br> tag.
    Example: The last word is written in a new \n line.

  • Consecutive newline characters \n\n are replaced with a <p> tag.
    Example: The last word is written in a new \n\n paragraph.