Force tables to always have a header #2481
manuelleduc
started this conversation in
Ideas & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Often, markdown renderer expect a table to have a header.
Headers are not enforced by default in the editors. Consequently, when the content of the editor is serialized to Markdown, the result can lead to error, or to difference between what's shown is the editor, and what's shown in the content.
Describe the solution you'd like
My proposal is to introduce an option to force the tables to always have a header.
Additional context
This is somewhat related to #1377
Bonus
[ ] I'm a sponsor and would appreciate if you could look into this sooner than later 💖
Beta Was this translation helpful? Give feedback.
All reactions