Open stefanprobst opened 6 months ago
currently, the mdx field will remove any table column alignment on save:
mdx
| title | counts | | ----- | -----: | | one | 1 | | two | 123 |
will be saved as:
| title | counts | | ----- | ------ | | one | 1 | | two | 123 |
(note that the colon : which marks the column alignment is removed)
:
Any news on this issue? A fix for this bug would be of great help to my blog since Im trying to use keystatic to manage the content.
currently, the
mdx
field will remove any table column alignment on save:will be saved as:
(note that the colon
:
which marks the column alignment is removed)