This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-10. For the latest, interactive version please visit https://mariadb.com/kb/.

The <<fixed>> Macro

Syntax

<<fixed [indent=L]>>

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

  1. inside
  2. a <<fixed>>
  3. block
* two
* lists

and a [[mariadb|link]]

# inside
# a <<code>>
# block
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.