var anchor - bhsd-harry/wikiparser-node GitHub Wiki
Examples of correct code for { "var-anchor": 2 }
:
==[//example.com Example]==
This option can be configured to specify the severity of anchors containing auto-numbered external links.
Examples of incorrect code for { "var-anchor": [ 0, { "extLink": 2 } ] }
:
==[//example.com]==
Examples of correct code for { "var-anchor": [ 2, { "extLink": 0 } ] }
:
==[//example.com]==
This option can be configured to specify the severity of anchors containing <ref>
.
Examples of incorrect code for { "var-anchor": [ 0, { "ref": 2 } ] }
:
==<ref>Foo</ref>==
==<ref name=Foo/>==
Examples of correct code for { "var-anchor": [ 2, { "ref": 0 } ] }
:
==<ref>Foo</ref>==
==<ref name=Foo/>==