[[[page-name | label]]] -- page link with custom label
[# label] -- anchor-type link (JavaScript void)
[http://url label] -- external URL link
[[a]]...[[/a]] -- HTML anchor element with attributes
[[#anchor-name]] -- named anchor (bookmark target)
All link types are checked for dangerous URL schemes. Page links
may receive a class="newpage" attribute when the target page does
not exist (the standard Wikidot "red link" convention). External
links opened in new tabs automatically receive rel="noopener noreferrer"
to prevent tabnabbing.
Renderers for Wikidot link elements.
Wikidot supports several link syntaxes:
[[[page-name]]]-- page link with automatic label[[[page-name | label]]]-- page link with custom label[# label]-- anchor-type link (JavaScript void)[http://url label]-- external URL link[[a]]...[[/a]]-- HTML anchor element with attributes[[#anchor-name]]-- named anchor (bookmark target)All link types are checked for dangerous URL schemes. Page links may receive a
class="newpage"attribute when the target page does not exist (the standard Wikidot "red link" convention). External links opened in new tabs automatically receiverel="noopener noreferrer"to prevent tabnabbing.