diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-04 15:18:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 15:18:06 -0600 |
| commit | 734fa9bfef5feee080f9b07d0684e3f1ede528f8 (patch) | |
| tree | d71cc344ca6cd8e19b5541e2e93cead15a7aa720 /docs/modules/theme | |
| parent | 8b409328bb522581e8a74bc1f9d237b23bef5127 (diff) | |
resolves #1656 introduce index-pagenum-sequence-style document attribute to control style of sequential page numbers in index (PR #2130)
Diffstat (limited to 'docs/modules/theme')
| -rw-r--r-- | docs/modules/theme/pages/asciidoc-attributes.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/asciidoc-attributes.adoc b/docs/modules/theme/pages/asciidoc-attributes.adoc index 9d623f65..45e5ffd7 100644 --- a/docs/modules/theme/pages/asciidoc-attributes.adoc +++ b/docs/modules/theme/pages/asciidoc-attributes.adoc @@ -32,6 +32,11 @@ If an attribute matches a key in the theme file, the attribute takes precedence. |No |`:icons: font` +|`index-pagenum-sequence-style` +|`term` {vbar} `page` {vbar} `range` (default: `term`) +|No +|`:index-pagenum-sequence-style: page` + |`media` |`screen` {vbar} `print` {vbar} `prepress` |Yes |
