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
I have a following in values.yml -
livenessProbe: exec: command: - /bin/sh - -c - "[ $(find /tmp/health -mmin -0.09 | wc -l) -eq 1 ]"
When I run the following command - readme-generator -v values.yaml -r README.md Table renders with the following output -
readme-generator -v values.yaml -r README.md
So in README.md I had to manually add escape symbol - \| to get correct table.
\|
I'm just wondering if you have any plans to fix it?
The text was updated successfully, but these errors were encountered:
fmulero
No branches or pull requests
I have a following in values.yml -
When I run the following command -
readme-generator -v values.yaml -r README.md
Table renders with the following output -
So in README.md I had to manually add escape symbol -
\|
to get correct table.I'm just wondering if you have any plans to fix it?
The text was updated successfully, but these errors were encountered: