dokuwiki_plugin_wrap
dokuwiki_plugin_wrap copied to clipboard
parser bug when using WRAP to build nested table
I had to use nested table to help page formatting, but I hit a strange parser bug, as seen in
http://canto.acgvlyric.org/doku.php/w:bugdemo
I got a extra cell at the right of "1".
However, if I split the nested table using include plugin, the nested table is displayed as intended.
Below is the exact wiki syntax for this bug:
|<WRAP>
|1||
|2|2|
</WRAP>|b|
And the workaround is:
|{{page>w:bugdemo2}}|b|
Where the content of http://canto.acgvlyric.org/doku.php/w:bugdemo2 is
<WRAP>
|1||
|2|2|
</WRAP>
Although I can reproduce this, it's such an edge case and not very straightforward to fix, that I don't think I will fix it. If anyone else would like to provide a fix, I am happy to implement it.
we have the same problem: