Common Desktop Environment: Help System Author's and Programmer's Guide

<quote>

Quote: Puts text within double quotation marks using open and close quote characters.

Syntax

<quote>text<\quote> 

Or:

"text"

Use the start and end tags (<quote>...<\quote>) or a pair of double quotation marks ("...") to delimit the text.

Example

The following markup:

... referred to in this manual as "the Standard" ...

produces:

...referred to in this manual as "the Standard"...

See Also