unclosed table - bhsd-harry/wikiparser-node GitHub Wiki
unclosed-table
❌ By default, this rule reports unclosed tables as errors.
Examples
Examples of incorrect code for { "unclosed-table": 2 }
:
{|
| Foo
{|
| Foo
{{table end}}
❌ By default, this rule reports unclosed tables as errors.
Examples of incorrect code for { "unclosed-table": 2 }
:
{|
| Foo
{|
| Foo
{{table end}}