SublimeTableEditor
SublimeTableEditor copied to clipboard
Pandoc grid tables alignement not working!
from:
+----------------------+-------+
| longlonglonglongName | Phone |
+======================+=======+
| test | test |
| | |
when inserting a colon :
in the header and let reformat the (for example with tab) table,
then it will autocomplete to:
+-------------------------+---------+
| longlonglonglongName | Phone |
| ======================: | ======= |
| test | test |
| | |
which is false, because the +
are converted to |
and additional spaces are inserted.
This is not working when using pandoc to format the tables
It looks as a bug, but I am no more support this plugin
Thanks!
Yes, this is too bad. I wonder if anyone has forked or is willing to take this plugin over?
@vkocubinsky if you gave me a hint as to what to do, I could try.