Skip to content

invalid ref

Bhsd edited this page Jun 2, 2026 · 1 revision

❌ By default, this rule reports invalid <ref> tags as errors.

Examples

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>

Clone this wiki locally