diff options
| author | Sarah White <graphitefriction@gmail.com> | 2022-05-16 18:35:59 -0600 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2022-05-16 18:35:59 -0600 |
| commit | 5a98783e9df99baf6b3e74921e785e44e62aa268 (patch) | |
| tree | 4861b3fc06384e647e22c286a15265fad3de1c11 /docs/modules | |
| parent | ba39e7c71977ddf941a68959d9a7202fc56092d0 (diff) | |
fix typos [skip ci]
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/ROOT/pages/breakable-and-unbreakable.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/theme/pages/admonition.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/theme/pages/heading.adoc | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/modules/ROOT/pages/breakable-and-unbreakable.adoc b/docs/modules/ROOT/pages/breakable-and-unbreakable.adoc index 43747b40..876a6009 100644 --- a/docs/modules/ROOT/pages/breakable-and-unbreakable.adoc +++ b/docs/modules/ROOT/pages/breakable-and-unbreakable.adoc @@ -1,5 +1,5 @@ = Breakable and Unbreakable Blocks -:description: By default, most blocks are breakable with built-in anchor and caption orphan prevention. The unbreakable option prevents a block from breaking across pages. +:description: By default, most blocks are breakable with anchor and caption orphan prevention. The unbreakable option prevents a block from breaking across pages. Asciidoctor PDF gives the author some control over where content blocks are placed using the `unbreakable` and `breakable` options, and tries to provide sensible defaults when these options are not used. diff --git a/docs/modules/theme/pages/admonition.adoc b/docs/modules/theme/pages/admonition.adoc index cfcf3180..41cf3734 100644 --- a/docs/modules/theme/pages/admonition.adoc +++ b/docs/modules/theme/pages/admonition.adoc @@ -44,7 +44,7 @@ admonition: |xref:blocks.adoc#border-width[Measurement] {vbar} xref:blocks.adoc#border-width[Measurement[\]] + (default: _not set_) |[source] -verse: +admonition: border-width: 0.5 // TODO What about admonition_rule_color which is used on line 106 in the admonition_spec.rb? diff --git a/docs/modules/theme/pages/heading.adoc b/docs/modules/theme/pages/heading.adoc index 5a394149..8356516f 100644 --- a/docs/modules/theme/pages/heading.adoc +++ b/docs/modules/theme/pages/heading.adoc @@ -266,7 +266,7 @@ The doctype must be `book` for the `heading-chapter` key to take effect. |=== |Key |Value Type |Example -|chapter-break-before +|break-before |`always` {vbar} `auto` + (default: `always`) |[source] @@ -285,7 +285,7 @@ The doctype must be `book` for the `heading-part` keys to take effect. |=== |Key |Value Type |Example -|`part-break-after` +|break-after |`always` {vbar} `auto` + (default: `auto`) |[source] @@ -293,7 +293,7 @@ heading: part: break-after: always -|part-break-before +|break-before |`always` {vbar} `auto` + (default: `always`) |[source] |
