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
Hi, like your project, very useful for generating docs!
I was wondering if it's possible to have a CLI flag for disabling trimming, as it may break some Markdown features.
For example, I have a script that generates a Markdown table, but on GitHub this doesn't work:
<!-- some comment -->Header 1|Header 2 :-----|:----- row11|row12 row21|row22 ...<!-- some other comment -->
whereas this works:
<!-- some comment --> Header 1|Header 2 :-----|:----- row11|row12 row21|row22 ... <!-- some other comment -->
For now I solved it by using version 1.0.0
Thanks for the cool tool!
EDIT: instead of a CLI option maybe it could be a parameter inside the command, for example
<!-- markdown-exec(cmd: echo '123', trim: false) --><!-- /markdown-exec -->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, like your project, very useful for generating docs!
I was wondering if it's possible to have a CLI flag for disabling trimming, as it may break some Markdown features.
For example, I have a script that generates a Markdown table, but on GitHub this doesn't work:
whereas this works:
For now I solved it by using version 1.0.0
Thanks for the cool tool!
EDIT: instead of a CLI option maybe it could be a parameter inside the command, for example
The text was updated successfully, but these errors were encountered: