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
text <svg> is minified to text<svg>. Is this intended?
Commit 3dd6c8b that was made in response to issue #89 ensured that space between text and an <img> is preserved, and I wasn't sure if space between text and an <svg> should also be preserved.
I started using --html-keep-whitespace as a solution to this issue and I really appreciate that this option exists. Thanks!
The text was updated successfully, but these errors were encountered:
text <svg>
is minified totext<svg>
. Is this intended?Commit 3dd6c8b that was made in response to issue #89 ensured that space between text and an
<img>
is preserved, and I wasn't sure if space between text and an<svg>
should also be preserved.I started using
--html-keep-whitespace
as a solution to this issue and I really appreciate that this option exists. Thanks!The text was updated successfully, but these errors were encountered: