I found a few previous bugs relating to links/markdown but not this one:
Steps to reproduce
Create a new node that includes some markdown, e.g. **item**
āGet linkā of a node from the itemās menu
Paste this URL directly into another node (note, just the URL, not format)
Expected result
Text āretrievedā from the original node should render the markdown instead of the raw characters, so bold appears bold etc within the link
Actual result
The text displayed from the original node in the pasted link includes the markdown (**item**)
Environment
Windows, Chrome, no scripts just CSS via Stylebot
Shida
May 24, 2020, 1:54am
2
Seems related to Consistent Date Formats within Links
Weāll probably want to get both done at the same time.
Yes it does, I missed that when searching for other bugs, but have seen that date behaviour myself.
Tags and use in the linked item are also an issue IIRC
If rendering the markup is too difficult Iād prefer the markdown characters to be stripped within the link display
Shida
May 26, 2020, 2:00pm
4
Got it. I think weāll want to have it render properly in the end, but weāll need to properly take care of edge cases like multiline text and blocks that overflow the box.