blob: 42aa506616f337a68d7bc641c631f38ee9fd2800 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
= 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:
- '«'
- '»'
- '‹'
- '›'
|===
|