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

La macro <<fixed>>

Es igual que <<code>> pero con ventajas en ciertas situaciones. Muestra el texto con una fuente de ancho fijo.

<<fixed>>Blah blah blah<</fixed>>

blah blah blah


<<fixed>> blocks can contain things which <<code>> blocks can't:

<<fixed>>
* dos
* listas

y un [[mariadb|enlace]]

# dentro
# de un <<fixed>>
# bloque
<</fixed>>

<<code>>
* dos
* listas

y un [[mariadb|enlace]]

# dentro
# de un <<fixed>>
# bloque
<</code>>
  • dos
  • listas

y un enlace

  1. dentro
  2. de un <<fixed>>
  3. bloque
* dos
* listas

y un [[mariadb|enlace]]

# dentro
# de un <<code>>
# bloque
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.