sooo, markdown links. without looking it up. please comment how you can remember this, and why we have to put up with this in the 1st place...
[url](title)
19.4%
(url)[title]
8.3%
[title](url)
61.1%
(title)[url]
11.1%
Poll ended at .

@stf it's [title](url), in math and in programming, that's how functions work f(x) or print("Hello World")

Maybe another way to remember is that in natural language we use ( ) to write about side remarks and additional things that are not immediately important but maybe interesting or relevant.

[what readers MUST see](also btw this is the link but you don't need to see it).

@bmaxv @stf I also use "[] is primary"/"() is secondary" as a mental model. Never occurred to me this might be unintuitive for some.