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
Is there something odd in the pandoc-supplied CSS and tripping up WeasyPrint?
text-indent was applied twice on inline blocks. That’s often invisible for positive values when text is displayed on a transparent background (normal case), but it’s really bad for negative values.
Given this markdown:
Pandoc (2.7.3) produces this html which safari renders reasonably as:
But when processed through WeasyPrint (48) some weird wrapping occurs:
Has anybody else seen this?
Is there something odd in the pandoc-supplied CSS and tripping up WeasyPrint?
The text was updated successfully, but these errors were encountered: