Skip to content
New issue

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

[Bug]: values.yaml values with backticks do not render correctly #282

Open
1 task done
neilisaur opened this issue Dec 18, 2024 · 0 comments
Open
1 task done

[Bug]: values.yaml values with backticks do not render correctly #282

neilisaur opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage Issues that need to be triaged and categorized

Comments

@neilisaur
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

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)"

Expected Behavior

When backticks are present, escape code blocks with double-backticks, e.g.

``"my_func(`value`)"``

to produce: "my_func(`value`)"

Reference Chart

n/a

Reference Template

No response

Environment

No response

Link to helm-docs Logs

No response

Further Information

No response

@neilisaur neilisaur added bug Something isn't working triage Issues that need to be triaged and categorized labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issues that need to be triaged and categorized
Projects
None yet
Development

No branches or pull requests

3 participants