Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
Codidact posts support Markdown tables. For example, the following raw text: Column 1 | Column 2 -------- | -------- Data A | Data B Data C | Data D renders as: Column 1 Column ...
#1: Initial revision
Markdown table alignment only renders correctly in preview
Codidact posts support Markdown tables. For example, the following raw text: ```text Column 1 | Column 2 -------- | -------- Data A | Data B Data C | Data D ``` renders as: Column 1 | Column 2 -------- | -------- Data A | Data B Data C | Data D This works both in the edit preview and in the saved post. However, alignment of data only works in the edit preview, and is ignored in the saved post. For example, the following raw text: ```text Default | Left | Centre | Right ------- | :--- | :----: | ----: 1 | 2 | 3 | 4 5 | 6 | 7 | 8 ``` renders as: Default | Left | Centre | Right ------- | :--- | :----: | ----: 1 | 2 | 3 | 4 5 | 6 | 7 | 8 In the edit preview these are aligned as intended (start editing to see this correct preview), but in the saved post they all have default alignment.