diff options
| author | Wout Gevaert <[email protected]> | 2022-11-08 18:07:18 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-11 10:12:07 -0800 |
| commit | 0b003de6f1d6569184cf12d826f0ea69da2b2dff (patch) | |
| tree | 2e1c45f222b25b55b9a6b0b3fec98d2af85b62c4 /test/command | |
| parent | c5dbedcd4edf20ae409f3de71bcebaac9a22a7fc (diff) | |
Change the Mediawiki writer to use the 'new' table structure
Now MediaWiki tables can use colspan and rowspan :D
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/4794.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/command/4794.md b/test/command/4794.md index 7330a60d0..06745d101 100644 --- a/test/command/4794.md +++ b/test/command/4794.md @@ -4,7 +4,8 @@ | ------- | ------- | ------- | | text | | text | ^D -{| +{| class="wikitable" +|- ! Column1 ! Column2 ! Column3 |
