quote (text proc)
{quote ...}
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.TEXT-FORMATS.

Wraps textual content in smart quotes.

Syntax

            {quote
                    [option1=value1,
                    option*=value*,]
                    ...}
            
option: Any of the supported character options.
value: Valid value for the character option.
...: The contents. Only the textual contents will be formatted.

Notes

To avoid incurring an extra space between the open quote and the contents, keep the first word of the contents on the same line as the quote.

Character Options

The following are character options, which directly affect quote and other character formats.

Example


Example
{paragraph
    A sword swallower once said: {quote Swallowing {text
    color="red", apples} is almost like swallowing {text
    color="orange", oranges}.}
}