Font style

Inline markup allows words or phrases to be displayed in bold, italic or monospaced font in the Library Manager.

(In the sample project: B_DocuElements\Font style\FB_Libdoc_FontStyle)

Highlighted text (italic)

Text enclosed by individual star characters is highlighted in italics.

Start and end characters

Start character = end character = "*"

Sample

This is *emphasized text*.

Font style 1:

Highlighted text (bold)

Text enclosed by double stars is highlighted in bold.

Start and end characters

Start character = end character = "**".

Sample

This is **strong text**.

Font style 2:

Inline literals (monospaced font)

Text enclosed by double quotes is displayed in monospaced font (typescript).

Inline literals can be used for short code ranges or inline code.

Start and end characters

Start character = end character = "``""

Sample

This text is an example of ``inline literals``.

Font style 3: