invalid ref - bhsd-harry/wikiparser-node GitHub Wiki
❌ By default, this rule reports invalid <ref> tags as errors.
Examples of incorrect code for { "invalid-ref": 2 }:
<ref/><ref follow=1>content</ref><ref name=name follow=name>content</ref><references><ref name=name/></references><references><ref>content</ref></references>Examples of correct code for { "invalid-ref": 2 }:
<ref>content</ref><ref name=name /><ref follow=name>content</ref><references><ref name=name>content</ref></references>