I don't know why but when I opened this question I saw that tables are displayed incorrectly
so I wanted to suggest changes but when I clicked to Edit I saw that now tables are displayed correctly
I don't know why but when I opened this question I saw that tables are displayed incorrectly
so I wanted to suggest changes but when I clicked to Edit I saw that now tables are displayed correctly
This is a known problem, also on other sites. The preview will parse correctly even without newlines around the tables, but the post itself will not. See revision 4:
Data in List 1 : |id|itemName|quantity| |:-:|:-:|:-:| |J254|corn|154| |I465|wheat|169| |O25845|strawberry|200| |J365|corn|205| Data in List 1 filtered : |id|itemName|quantity| |:-:|:-:|:-:| |J254|corn|154| Data in List 1 :
| id | itemName | quantity |
|---|---|---|
| J254 | corn | 154 |
| I465 | wheat | 169 |
| O25845 | strawberry | 200 |
| J365 | corn | 205 |
Data in List 1 filtered :
| id | itemName | quantity |
|---|---|---|
| J254 | corn | 154 |
See Rendered view requires blank line before (and after) tables, but preview accepts both on MSO.