Render a link element ([[[page]]], [url label], [# label]).
The link's href is resolved via ctx.resolvePageLink(), with an
optional extra suffix (anchor fragment) appended. Anchor-type links
with javascript:; are allowed as a special case for Wikidot
compatibility; all other dangerous URL schemes are blocked.
For page-type links, a class="newpage" is added when the
pageExists resolver indicates the target page does not exist.
Render a link element (
[[[page]]],[url label],[# label]).The link's
hrefis resolved viactx.resolvePageLink(), with an optionalextrasuffix (anchor fragment) appended. Anchor-type links withjavascript:;are allowed as a special case for Wikidot compatibility; all other dangerous URL schemes are blocked.For page-type links, a
class="newpage"is added when thepageExistsresolver indicates the target page does not exist.