1.0.0.rc2
Pre-release
Pre-release
Fixes
- Links's
url
methods now have a consistent interface (link_resolver
is no more mandatory when it's optional—as in WebLink), better error message (whenlink_resolver
is mandatory and missing) and are now documented - HTML serialization of spans (through the
as_html
method) produced output that forgot to close spans, like this:<p><strong>Lorem ipsum</p>
. Now fixed, produces<p><strong>Lorem ipsum</strong></p>
.