We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to create tables without headers?
Something like:
|---r-------r-----------r--------| | 0.0 | 1.4186 | -5.01 | | 2.0 | 1.376512 | 11.919 | | 4.0 | 1.1E+1 | 14.717624 | |--------------------------------|
The text was updated successfully, but these errors were encountered:
Unfortunately not. The simplest workaround for this is to create an empty header.
Sorry, something went wrong.
Ah, okay. I'll leave this open as a feature request, feel free to close this in case you're not planning to implement such a feature 😄
No branches or pull requests
Is there a way to create tables without headers?
Something like:
The text was updated successfully, but these errors were encountered: