commonmark.js
commonmark.js copied to clipboard
Expose potentiallyUnsafe function in HtmlRender prototype
When overriding the HtmlRender.link function it would be useful to be able to re-use the internal function potentiallyUnsafe(). I realise that this somewhat conflicts with @nicojs pull request.