Make nested bullets with MD formatting, e.g., bold
Observe that as you drill into the child items, the breadcrumb bar item formatting is neither rendered nor stripped, resulting in bad display
Expected result
MD formatting should be either rendered or stripped in the breadcrumb bar
Actual result
MD characters such as ** are displayed
Environment
macOS desktop browser, FF 57
Additional information
Additional comments
DL approach is to render MD formatting only when you click into the item to edit it, so I donāt understand why thatās not the case in the breadcrumb bar. I frequently bold headers, e.g., for projects, which looks good in the page. But when you go into that projectās items, you donāt see the bold text, etc.
Iām fine with either stripping MD completely in breadcrumb bar, and rendering as plain text, or actually showing items there with their MD formatting, which I assume may be trickier. Converting to plain text seems easier, and would allow you to see more of the title anyway.
I searched for previous issues on this, #908 is the closest one I found, but itās not quite the same.
Similarly, the same criticism is applies to quick open dialog box, either show formatted text or strip to plain text. Lmk if this should be a separate issue; I donāt want to spam the board too much.
Hallelujah, that fix is long overdue. I noticed instead of stripping MD, weāre actually applying it, including hyperlinks, so I hope that doesnāt open up the possibility of some other defects. But it looks great so far in my testing, thanks!
For the quick open comment from Nov '17 above, I noticed this can be handled by renaming bookmark to remove the MD formatting chars that were there before.