You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find the very much needed table support, so I've added a Parser for it. It is using a minimalistic state-machine in the spirit of simplicity. Known issues:
you have to add it before the doparagraph parser, otherwise your tables will be surrounded by <p></p>
only handles 32 coloumns' alignments (more supported, just always will be left-aligned)
it does not right-trim the table cells. Implementing this would require lot more complexity, and I've thought simplicity is more important here.
Supports normal coloumns, |---|, right aligned |--:| and centered |:-:|. Licensed under MIT, use it as you wish.
Hi,
I couldn't find the very much needed table support, so I've added a Parser for it. It is using a minimalistic state-machine in the spirit of simplicity. Known issues:
<p></p>
Supports normal coloumns,
|---|
, right aligned|--:|
and centered|:-:|
. Licensed under MIT, use it as you wish.Cheers,
bzt
The text was updated successfully, but these errors were encountered: