⚠️ Important⚠️ Mdformat-tables has moved to mdformat-gfm. You should use the GFM plugin for tables support from now on.
An mdformat plugin for rendering tables.
For example, converting:
a | b | c
:- | -: | :-:
1 | 2 | 3
xxxxxx | yyyyyy | zzzzzzto:
| a | b | c |
| :----- | -----: | :----: |
| 1 | 2 | 3 |
| xxxxxx | yyyyyy | zzzzzz |For further examples, see tests/fixtures.md in the repository.