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
A value enclosed in quotes with a Backtick will mess up rendering of the default value in markdown.
Example:
functionTemplate: "my_func(`value`)"
Will render as: "my_func(value)"
"my_func(
)"
When backticks are present, escape code blocks with double-backticks, e.g.
``"my_func(`value`)"``
to produce: "my_func(`value`)"
"my_func(`value`)"
n/a
No response
helm-docs
The text was updated successfully, but these errors were encountered:
norwoodj
Nepo26
No branches or pull requests
Is there an existing issue for this?
Current Behavior
A value enclosed in quotes with a Backtick will mess up rendering of the default value in markdown.
Example:
Will render as:
"my_func(
value)"
Expected Behavior
When backticks are present, escape code blocks with double-backticks, e.g.
to produce:
"my_func(`value`)"
Reference Chart
n/a
Reference Template
No response
Environment
No response
Link to
helm-docs
LogsNo response
Further Information
No response
The text was updated successfully, but these errors were encountered: