Markdown tables with merged cells are displayed correctly on preview, but they get messed up when viewing the page
E
Esteban Fonseca
Sample table:
| | Grouping || Grouping 2 || Not Grouped |
| First Header | Second Header | Third Header | Forth Header | Fifth Header | Sixth Header |
| ------------- | :-----------: | -------------: | :----------: | :----------: | --------------- |
| Tall Cell |
Long Cell
|| Long Long Cell
|||| ^^ |
Bold
| 1. first item | Italic
| 3. third item | + first point |\| ^^ | | 1. second item | | 1. forth item | + second point |
| New section | More | Data | ... - -- --- |||
| And more | With an escaped \| || "Try 'quotes' in quotes " |||
gets displayed correctly on the editor, but the result when viewing the page is wrong, compare screenshots
E
Esteban Fonseca
This post can be disregarded, I found the issue which was that I didn't have MultiMarkdown table enabled.