File: mark.adoc

package info (click to toggle)
ruby-asciidoctor-pdf 2.3.19-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,972 kB
  • sloc: ruby: 44,316; sh: 133; java: 45; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
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
|===