+1

Multimarkdown table support broken

MultimarkdownGuy 10 years ago in General updated by Nick Newbill 5 years ago 1
The following table should correctly render with column spanning in multimarkdown mode. It does not.

| Column 1 | Column 2 | Column 3 | Column 4 |
| -------- | :------: | -------- | -------- |
| No span | Span across three columns |||

I assume you are talking about the Markdown preview. Currently, Textastic uses the Discount Markdown library for preview, which does support the "PHP Markdown extra" table syntax, but not MultiMarkdown. See http://www.pell.portland.or.us/~orc/Code/discount/... for details.

I plan to replace the Discount library with a MultiMarkdown library in a future release.