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
span and a also do not have the is_inline attribute set (similar issue as #139 and #194). This leads to unwanted white space (before the <a in the example) e.g. in
with span():
text("(")
with a(href=myurl):
text("some")
text(")")
The text was updated successfully, but these errors were encountered:
span and a also do not have the is_inline attribute set (similar issue as #139 and #194). This leads to unwanted white space (before the
<a
in the example) e.g. inThe text was updated successfully, but these errors were encountered: