You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the robustness of markdown label rendering.
Motivation
The current markdown rendering on labels is fairly brittle, and especially falls down when rapidly changed (i.e. wxyz.json_schema_form).
Design Ideas
Subclass everything that uses the title and/or description fields, and add/extend componentDidUpdate with the markdown method. This may well require a full theme, but that's probably okay.
The text was updated successfully, but these errors were encountered:
Elevator Pitch
Improve the robustness of markdown label rendering.
Motivation
The current markdown rendering on labels is fairly brittle, and especially falls down when rapidly changed (i.e.
wxyz.json_schema_form
).Design Ideas
Subclass everything that uses the
title
and/ordescription
fields, and add/extendcomponentDidUpdate
with the markdown method. This may well require a full theme, but that's probably okay.The text was updated successfully, but these errors were encountered: