Hacker News new | ask | show | jobs
by tetris11 505 days ago
Org-mode failed with hyperlinks and images:

    [[https://123.com][Description]]
is way more cumbersome than Markdown's:

    [Description](https://123.com)
1 comments

I find the use of a single type of bracket to be less cumbersome than Markdown's variant. The two extra characters don't bother me.
I think my main hangup is that the thing I wish to markup is preceded by the link, instead of succeeded by it