-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Markdown in custom field descriptions not rendered in object edit view #12685
Comments
I think the fix you have will not only affect custom field description but any other field that relies on |
Would passing a field's help text through the markdown filter incur some unintended side effect? In any case, seems like supporting markdown on all help texts is the direction we want to go? |
Potentially. We should expect that all native
No; we should only support Markdown for user-sourced content. (Anything built-in will just use HTML directly.) |
Ah, I see. Do I then understand correctly that there is not currently a clear path forward to fixing this bug? Sounds like to target only user-sourced content we would need to separate the field rendering templates. |
NetBox version
v3.5.2
Python version
3.8
Steps to Reproduce
Expected Behavior
Description below custom field should render markdown.
Observed Behavior
Markdown not rendered.
I have a PR ready for this one.
The text was updated successfully, but these errors were encountered: