= Quotes Category Keys :description: Reference list of the available quotes category key and its value type. The quotes key defines the typographic quotation mark characters. :navtitle: Quotes :source-language: yaml The `quotes` category key defines the characters to use for typographic quotation marks (i.e., quotes). [cols="2,6,4a"] |=== |Key |Value Type |Example |quotes |xref:quoted-string.adoc[Quoted string[double-open, double-close, single-open, single-close\]] + (default: `['\“', '\”', '\‘', '\’']`) |[source] quotes: - '«' - '»' - '‹' - '›' |===