executablebooks / MyST-Parser

An extended commonmark compliant parser, with bridges to docutils/sphinx
https://myst-parser.readthedocs.io
MIT License
736 stars 195 forks source link

Right aligned cells of a tables: really right aligned? #808

Closed dbitouze closed 11 months ago

dbitouze commented 1 year ago

What version of myst-parser are you using?

2.0.0

What version dependencies are you using?

sphinx

What operating system are you using?

Linux

Describe the Bug

In the second example of https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#markdown-syntax, the cell claimed to be right aligned doesn't look so: “c” is left aligned with the content “right” of the header.

image

Expected Behavior

Right aligned cells of a tables should be really right aligned.

To Reproduce

See the second example of https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#markdown-syntax.

dbitouze commented 11 months ago

Closed as already discussed in #785.