Remix.run Logo
xigoi 3 hours ago

For me, Markdown produces a lot of unnecessary cognitive load compared to other markup languages.

• I have to decide whether to use asterisks or underscores for bold and italic.

• I have to decide whether to use asterisks, hyphen-minuses, or plus signs for unordered lists.

• I have to remember all the various rules and edge cases about parsing.

mh- 3 hours ago | parent | next [-]

> compared to other markup languages

I think it would be easier for me to appreciate your comment if you named some of these other languages. Markdown is the only standardized one I regularly come across that I type by hand, these days.

What are you contrasting to?

As for Markdown specifically- the only thing I regularly mix up is the syntax for links. I frequently reverse the [] and (). But that's just because I don't use it enough to have the muscle memory.

xigoi 3 hours ago | parent [-]

> I think it would be easier for me to appreciate your comment if you named some of these other languages.

HTML? Also my markup language I created for myself, which is currently not published.

mkldd 2 hours ago | parent [-]

my girlfriend goes to another school

nxpnsv 3 hours ago | parent | prev | next [-]

1&2 just pick one, it doesn’t matter. 3 mostly you’re the parser… if you’re after accuracy there are better versions, but it sure is simple to read and write

chrisweekly 3 hours ago | parent | prev [-]

I suggest trying Obsidian for WYSIWYG markdown editing. It beats heck out of typing it raw and eliminates that cognitive load.

xigoi 3 hours ago | parent [-]

I don’t like WYSIWYG editing, as it makes the formatting invisible.