diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-25 01:20:53 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-25 01:20:53 -0600 |
| commit | 54c6651263cec0119a5c91a0cebb813a308c07d1 (patch) | |
| tree | fe0335f51cfd580799f21b216df76118f56ffecc | |
| parent | feb5d92d254473870f9cdeb6d4dfa194fc3d7f69 (diff) | |
remove outdated comment in converter [no ci]
| -rw-r--r-- | lib/asciidoctor/pdf/converter.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asciidoctor/pdf/converter.rb b/lib/asciidoctor/pdf/converter.rb index af743757..5b74f140 100644 --- a/lib/asciidoctor/pdf/converter.rb +++ b/lib/asciidoctor/pdf/converter.rb @@ -3615,7 +3615,6 @@ module Asciidoctor end end - # TODO: prevent content from spilling to next page theme_font :title_page do if (title_top = @theme.title_page_title_top) @y = resolve_top title_top |
