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
Following this issue thread #27 it appears that the following type of markdown tables are supported:
i.e. raw format:
| Command | Description | |---------|-------------| | Test | Test |
However, the following format is not supported:
-l
i.e. in raw code format:
|**Short Flag** |**Long Flag** |**Description** | |:---|:---|:---| |`-l`|<center>-</center>|Show Results in long format|
This format is valid markdown that works here on Github, but when rendered in the PDF, it comes out as a literal string:
I could potentially do a PR to add this new type of parser, but would need some guidance on where to start.
The text was updated successfully, but these errors were encountered:
Any update here?
Sorry, something went wrong.
No branches or pull requests
Following this issue thread #27 it appears that the following type of markdown tables are supported:
i.e. raw format:
However, the following format is not supported:
-l
i.e. in raw code format:
This format is valid markdown that works here on Github, but when rendered in the PDF, it comes out as a literal string:
I could potentially do a PR to add this new type of parser, but would need some guidance on where to start.
The text was updated successfully, but these errors were encountered: