You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Markdown tables, one can control column alignment:
```markdown
| 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.
0 commit comments