feat: added toHTML function for markdown to HTML conversion#262
Closed
AndrewChubatiuk wants to merge 10 commits into
Closed
feat: added toHTML function for markdown to HTML conversion#262AndrewChubatiuk wants to merge 10 commits into
AndrewChubatiuk wants to merge 10 commits into
Conversation
AndrewChubatiuk
force-pushed
the
tohtml-func
branch
10 times, most recently
from
February 25, 2025 12:26
e240883 to
342ad8d
Compare
AndrewChubatiuk
force-pushed
the
tohtml-func
branch
18 times, most recently
from
April 13, 2025 04:51
63f9852 to
2e1e62c
Compare
AndrewChubatiuk
force-pushed
the
tohtml-func
branch
7 times, most recently
from
April 13, 2025 06:58
4795227 to
c322e52
Compare
Owner
|
Gotta resolve your merge conflicts |
AndrewChubatiuk
force-pushed
the
tohtml-func
branch
3 times, most recently
from
March 4, 2026 21:26
143551d to
294c326
Compare
AndrewChubatiuk
force-pushed
the
tohtml-func
branch
from
March 4, 2026 21:34
294c326 to
c36ff6d
Compare
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chart.valuesSectionHtmltemplate requires to convert all markdown syntax in values.yaml comments to HTML, which makes it less readable. AddedtoHTMLfunction to perform this conversionembedpackageincludetemplate function like in Helm to assign template output to variable (fixes Implement something like helm'sincludefunction #170)highlightfunction to convert codeblock to HTML and to highlight it using chroma