ship
ship copied to clipboard
Config help_text should support markdown
Expected behavior
When adding markdown (or html) to a help_text item, the renderer should render it properly, using template functions and turn it into html for display.
Actual behavior
The renderer currently escapes the html and displays it, or shows the raw markdown without rendering.