Undesired whitespace before *span* and *a*.
**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(")")
1 条评论