Right now if you click on markdown formatted text the cursor goes inside the markdown characters. So if you have:
**ABCD**
If you click anywhere in the bold text, the cursor will go after the D, but before the **.
Similarly, if you have a markdown formatted URL [ABCD](URL)
the cursor will start after the D.
Personally, 90% of the time if I click on a block it is to add additional text, such as a tag, not to modify the stylized text or URL that is already there. For this reason, I would like to change the default behavior to place the cursor at the end of the block. I understand that others may have other needs, so perhaps it could be an option in the settings?