burakkose/just_table

Single colon in cell leads to broken table

elnull opened this issue · 0 comments

This code produce wrong table:

[jtable]
: | abc
[/jtable]

although

[jtable]
:a | abc
[/jtable]

and

[jtable]
: | abc
[/jtable]

are fine.