Next: , Previous: Paragraphs, Up: Descriptions


4.4 Beautifiers

Some markups can be used to beautify texts in paragraphs, short descriptions, list items and table cells. If needed, they can be escaped with ‘\’.

Bold
Text enclosed in ‘**’ is rendered in a bold font.
Italic
Text enclosed in ‘//’ is printed in italic.
Emphasized
Text enclosed in ‘``’ is marked as a variable or as an identifier. It will be printed in a different font (which depends on the output format).
Underlined
Text enclosed in ‘__’ is printed underlined.
Warning: Due to some FPDoc bug, support for underlined style is disabled at the time of this writing.
     Example: Beautifiers  
      1  For beautifiers we have **bold**,
      2  //italic//, ``emphasized`` and
      3  __underlined__.