|
|
|
|
|
by always_good
2984 days ago
|
|
Two things that tripped up my users (and sometimes me) and made a live-preview essential were: - Links and images. ![]() and []() are something you'll see people consistently reverse. - Nesting markdown in a list, like images and codeblocks. And forgetting that two newlines will end the list which can create an unobvious result in the live preview. Markdown is easy to write (unlike BBCode) but not always simple to remember, format, or reason about with its strict whitespace rules (unlike BBCode). |
|
Yeah, I've seen this. To help people remember (not ideal, but useful) is the phrase "Robot brackets for human text, human brackets for robot text."
No idea why it helps, you'd expect the reverse to be equally memorable, but it seems to stick with people.