table layout - bhsd-harry/wikiparser-node GitHub Wiki

table-layout

⚠️ By default, this rule reports inconsistent table layout as warnings.

Examples

Examples of incorrect code for { "table-layout": 2 }:

{|
| Foo || Bar
|-
| Baz
|}

Examples of correct code for { "table-layout": 0 }:

{|
| Foo || Bar
|-
| Baz
|}