Hi there,
I don’t like the way the Discourse topic editor creates links in Markdown:
[Example][1]
[1]: http://example.com
On a long post, this makes it harder to change the link, because you have to scroll around looking for the link URL. I much prefer the normal Markdown link method:
[Example](http://example.com)
Would it be possible to add an option to switch this default?
Thanks a lot!