Currently, if one uses the composer toolbark icon to insert a link like this one, inline links are generated.
Currently, if one uses the composer toolbark icon to insert a link [like this one](https://example.org), inline links are generated.
This is fine with short URLs, but looks ugly for people getting an email notification in plain text.
What about using implicit name syntax instead? I think this produces much more human-readable markdown.
What about using [implicit name syntax] instead? I think this produces much more human-readable markdown.
[rest of post body, with references below]
[implicit name syntax]: https://daringfireball.net/projects/markdown/syntax#link
The original markdown syntax requires empty square brackets (`implicit name syntax) but, empiracally, the dialect that Discourse uses doesn’t even need that. (Although the code highlighter seems to.)