1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
= Mark Category Keys
:description: Reference list of the available inline mark phrase category keys and their value types.
:navtitle: Mark
:source-language: yaml
The keys in the `mark` category apply to an inline mark phrase.
[cols="3,4,5a"]
|===
|Key |Value Type |Example
|background-color
|xref:color.adoc[Color] +
(default: `'FFFF00'`)
|[source]
mark:
background-color: #FCF8E3
|border-offset
|xref:language.adoc#values[Number] +
(default: `1`)
|[source]
mark:
border-offset: 2
|font-color
|xref:color.adoc[Color] +
(default: _inherit_)
|[source]
mark:
font-color: #333333
|font-style
|xref:text.adoc#font-style[Font style] +
(default: _inherit_)
|[source]
mark:
font-style: bold
|===
|