asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.15k stars 500 forks source link

Reset font scale when entering nested table #2276

Closed mojavelinux closed 2 years ago

mojavelinux commented 2 years ago

If a font size is set on the table category in the theme, then the font scale is multiplied for a nested table. Instead, the font scale should be reset when entering the nested table so that it has the same properties as the outer table.