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
Doh! That is definitely an issue. Unlike HTML, PDF treats repeating spaces as significant, whereas HTML consolidates them. So, we'll need to do that consolidation. Thanks for reporting!
The problem here is that we are only replacing endlines with single spaces. We are not then collapsing the repeated spaces or tabs. The normalize step needs to be updated to collapse all consecutive whitespace characters into a single space (matching the rules of HTML).
if I generate PDF document, where I use blanks for better ASCIDOC format/look, this blanks are not deleted/dropped!
for example:
has in PDF:
is it possible to dron leading blanks?
The text was updated successfully, but these errors were encountered: