Tutuzaiganma Tables are the only feature where I decided to use Markdown instead of BBCode β because the code is cleaner and simpler.
However, Iβve also added BBCode table support to the extension. Thereβs no width setting inside my extension, but you can try this code:
[center]
[table]
[tr][th]Head 1[/th][th]Head 2[/th][/tr]
[tr][td]Cell 1[/td][td]Cell 2[/td][/tr]
[/table]
[/center]