pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.69k stars 309 forks source link

Support MyST table column alignment #531

Closed chrisjsewell closed 1 year ago

chrisjsewell commented 1 year ago

With Markdown tables, one can control column alignment:

| left | center | right |
| :--- | :----: | ----: |
| a    | b      | c     |

To enable this non-standard (in docutils) feature, MyST-Parser adds CSS classes to the td/th, which then require implementation by the HTML themes.