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
fix: account for link icons added to headings when computing width
# Details
Issue: #124
Calculation for heading width did not take into account any inlined
link icons added. This would cause text to be hidden when using the
block width.
To fix this use similar logic to the table padding caclulation and add
the width of any inlined icons.
0 commit comments