diff options
| author | djencks <david.a.jencks@gmail.com> | 2020-07-05 01:26:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-05 02:26:33 -0600 |
| commit | c50e163ed7fe37ddedb617e3b4cde1c3b3194b4a (patch) | |
| tree | 378678753b3537a7f9a2e0fa8d4dc8455f9db598 /README.adoc | |
| parent | d732aad1f89cd76415334d72984450c197163ce8 (diff) | |
Document unbreakable option for open blocks in README (PR #1721)
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 37a40f08..a7b0352e 100644 --- a/README.adoc +++ b/README.adoc @@ -84,7 +84,9 @@ But don't miss the <<Highlights>> to get a preview of what's possible. * Page numbering * Double-sided (aka prepress) printing mode (i.e., margins alternate on recto and verso pages) * Customizable running content (header and footer) -* “Keep together” blocks (i.e., page breaks avoided in certain block content) +* “Keep together” blocks (i.e., page breaks avoided in certain block content): +** Explicitly delimited blocks other than open blocks +** Open blocks with the "unbreakable" option `[%unbreakable]` * Orphaned section titles avoided * Autofit verbatim blocks (as permitted by base_font_size_min setting) * Table border settings honored |
