Hi there!
I’ve noticed that, since Dash v1.13.0, Links in Markdown cells now open a new tab (target="_blank"), as specified in the release notes.
How could this be changed? Previously i was able to detect a clicked cell via a callback using dcc.Location “hash” property and it’s link specified in the format [Link text] (#link). Currently, using the mentioned workflow is not possible since the markdown link opens automatically in a new tab.
1 post - 1 participant