Name

markup — A string of formatting markup in text that is to be represented literally

Synopsis

markup ::= (text | phrase db._phrase | replaceable | Graphic inlines | Indexing inlines | Linking inlines | Ubiquitous inlines)*

Description

A markup element contains a string of formatting markup that is to be represented literally in the text. The utility of this element is almost wholly constrained to books about document formatting tools.

Processing expectations

Formatted inline.

See Also

computeroutput, constant, literal, option, optional, parameter, prompt, replaceable, tag, userinput, varname

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example markup</title>

<para>A presentation system using TeX as a backend might allow you
to insert inline markup, such as <markup role="tex">$x^2$</markup>,
using TeX syntax directly.
</para>

</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.