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
The table header should be split from the tableb body using hyphens instead of equal signs. Currently it creates something like this:
| Type | File | Logic Contracts | Interfaces | Lines | nLines | nSLOC | Comment Lines | Complex. Score | Capabilities | |========|=================|============|=======|=======|===============|==============|
while it should look like this:
| Type | File | Logic Contracts | Interfaces | Lines | nLines | nSLOC | Comment Lines | Complex. Score | Capabilities | | ---- | ------------------ | ---------- | -------- | -------- | -------- | ------- | ---------- | ----------- | ---------- |
This error right now results in the table not being dispalyed correctly in the .md or it also can´t be converted into html.
The text was updated successfully, but these errors were encountered:
ffa8791
fixed. even had the wrong column count 🤦 thanks @MielkeDaniel 🙌
Sorry, something went wrong.
No branches or pull requests
The table header should be split from the tableb body using hyphens instead of equal signs.
Currently it creates something like this:
while it should look like this:
This error right now results in the table not being dispalyed correctly in the .md or it also can´t be converted into html.
The text was updated successfully, but these errors were encountered: