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

Use markdown in the installed app notes #4143

Merged
merged 6 commits into from
Jan 25, 2022

Conversation

antgamdia
Copy link
Contributor

Description of the change

This PR adds support for rendering markdown in the installed app notes. Also changes the headers from h5 to h3; otherwise, those outputs including header markers # will result in misleading hierarchies.

Benefits

App notes will be able to render markdown text.

Possible drawbacks

Non-markdown files might have some weird spacing as a result of an improper md parsing output. However, I've tried to keep a format as similar as possible.

Applicable issues

Additional information

Before:

image

After:

image

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
@antgamdia antgamdia mentioned this pull request Jan 21, 2022
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Conflicts:
	dashboard/src/components/AppView/AppNotes/AppNotes.test.tsx
	dashboard/src/components/AppView/AppNotes/AppNotes.tsx
	dashboard/src/components/OperatorView/OperatorDescription.tsx
Co-authored-by: Michael Nelson <absoludity@gmail.com>
@antgamdia antgamdia merged commit 82b4e44 into vmware-tanzu:main Jan 25, 2022
@antgamdia antgamdia deleted the mdInAppNotes branch January 25, 2022 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Markdown in Helm installation notes
2 participants