You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, text styles (i.e., formatting) are applied on the traversal out of the hierarchy (in Asciidoctor::PDF::FormattedText::Transform). This means that styles are not properly inherited, and sometimes the decision about which style to apply is ambiguous. Instead, the styles should be passed downward through the hierarchy (from parent to child) so that the style on the inner-most element always wins out.
The text was updated successfully, but these errors were encountered:
Currently, text styles (i.e., formatting) are applied on the traversal out of the hierarchy (in
Asciidoctor::PDF::FormattedText::Transform
). This means that styles are not properly inherited, and sometimes the decision about which style to apply is ambiguous. Instead, the styles should be passed downward through the hierarchy (from parent to child) so that the style on the inner-most element always wins out.The text was updated successfully, but these errors were encountered: