diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-10 23:48:07 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-11 00:48:28 -0600 |
| commit | 13b4b694dc7c21f8839438164eb073a8d0e27f3b (patch) | |
| tree | 806b1a73d7c5b0ee5339f9ecd7892207ff94dc90 /README.adoc | |
| parent | 8f1e315792e6449612740eb297fa3e9073913b67 (diff) | |
add missing ) in README [skip ci]
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 03f93a40..7515e4ef 100644 --- a/README.adoc +++ b/README.adoc @@ -110,7 +110,7 @@ But don't miss the <<Highlights>> to get a preview of what's possible. * An inline image in a table cell will not force the column wider if the width of the image exceeds the width of the column; either reduce the image width using `pdfwidth`, increase the width of the column using `cols`, or convert the cell to an AsciiDoc table cell and, preferably, use a block image (see {url-project-issues}/830). * Must use development version of prawn for error to include font name when requested font style is missing. * AsciiDoc table cell leaves padding below last block (due to lack of margin collapsing). -* Prawn does not support double-wide box drawing glyphs correctly, so box drawings aren't aligned properly in verbatim blocks (see https://github.com/prawnpdf/prawn/issues/1002[prawn#1002]. +* Prawn does not support double-wide box drawing glyphs correctly, so box drawings aren't aligned properly in verbatim blocks (see https://github.com/prawnpdf/prawn/issues/1002[prawn#1002]). * Orphan / widow support is limited; a page break can occur between a section title and its section content, a table caption and the caption, etc.; use a manual page break to avoid. * If a no-break hyphen is surrounded by formatted text on both sides (or is formatted individually), it will not prevent a line break. * Images cannot float. |
