1.5.0
Breaking change
- IDN is no longer punycoded in
encodeURL(). IDN, regardless in punycode or unicode, is now always output in unicode. This also affectdecodeURL()(#116)
Feature
- Check whether a link is an external URL using
isExternalLink()(#119)
Fixes
- support disabling
wrap:option inhighlight()(#112) - Backquote is also escaped in
escapeHTML()(#118)