Open janosh opened 2 years ago
Support auto-formatting grid tables.
This is part of pandoc, not part of the GFM spec.
pandoc
grid-tables offer a few advantages such as better multiline support than GFM tables and headerless tables.
grid-tables
Auto-format something like
+---------------+---------------+--------------------+ | Fruit | Price | Advantages | +===============+===============+====================+ | Bananas | $1.34 | - built-in wrapper | | | | - bright color | +---------------+---------------+--------------------+ | Oranges | $2.10 | - cures scurvy | | | | - tasty | +---------------+---------------+--------------------+
to this
Thanks for the suggestion. However, as it is not supported in (almost all 🤔) Markdown editors, I think it is better to have a Pandoc extension for this.
Proposal
Support auto-formatting grid tables.
References
This is part of
pandoc
, not part of the GFM spec.Motivation
grid-tables
offer a few advantages such as better multiline support than GFM tables and headerless tables.Expected behavior
Auto-format something like
to this