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 HTML in JsonPropertyDescription instead of Markdown #4984

Closed
dlvenable opened this issue Sep 27, 2024 · 0 comments · Fixed by #4985
Closed

Use HTML in JsonPropertyDescription instead of Markdown #4984

dlvenable opened this issue Sep 27, 2024 · 0 comments · Fixed by #4985
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

Data Prepper now produces schemas with property descriptions.

These are currently using Markdown because that is what we used on the documentation website. But, this can be useful for other tools. Some tools support reading HTML directly, but not Markdown.

Describe the solution you'd like

Use HTML in the property descriptions rather than Markdown to support more systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant