The <<fixed>> Macro
Syntax
<<fixed [indent=L]>>
- For
indent
, replace L with the indent level you want (corresponds to list indent levels)
About
Similar to <<code>>
but with some advantages in certain situations. Displays the text in a fixed width font.
Examples
Example 1
<<fixed>>Some fixed width text.<</fixed>>
Renders as:
Some fixed width text.
Example 2
<<fixed>> Some fixed width text. <</fixed>>
Renders as:
Some fixed width text.
Example 3
<<fixed>>
blocks can contain things
which <<code>>
blocks can't. For example:
<<fixed>> * two * lists and a [[mariadb|link]] # inside # a <<fixed>> # block <</fixed>> <<code>> * two * lists and a [[mariadb|link]] # inside # a <<code>> # block <</code>>
Renders as:
- two
- lists
and a link
- inside
- a
<<fixed>>
- block
* two * lists and a [[mariadb|link]] # inside # a <<code>> # block
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.