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 |
|
Highlighted text (bold)
Text enclosed by double stars is highlighted in bold.
Start and end characters | Start character = end character = "**". |
Sample |
|
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 |
|