Live data from Hacker News

Why are we still using Markdown?

bgslabs.org

201–210 of 328 posts

Re: Why are we still using Markdown?

#201
For me, one major issue with md is that it does not support indentation that could be used for collapsing sections.

Most md editors don't support collapsing or folding sections, even though they could. VSCode had this feature where indentation is used as a simple hint to support collapsible sections, but md treats indentation as a code hint.

Re: Why are we still using Markdown?

#202

Earlier quoted context omitted.

Suppose you want to use asterisks to mark footnotes.* As soon as you add a second footnote,** you're in trouble because your asterisks disappear and everything between them turns bold. * I had to escape all of these asterisks. ** I see this happen fairly often to people's comments here.

Disappearing asterisks is just terrible UX. It should turn bold but keep the asterisk displayed so you can still edit as normal. The bullet point problem is fixed by only bolding when the asterisks are on either end of word characters.

> It should turn bold but keep the asterisk displayed so you can still edit as normal.

This is just terrible UI, why do you need garbage marks when you already have bold? And you can edit "as normal" if you like, but that only requires displaying asterisks during that tiny % of time you edit the word, not all the time when you read it or edit something else.

Re: Why are we still using Markdown?

#204
post #173

Earlier quoted context omitted.

I'm not quite sure I understand the connection.

I see one, but then maybe I am just seeing things. The wikipedia page about "worse is better" re: software linked above states: It refers to the argument that software quality does not necessarily increase with functionality: that there is a point where less functionality ("worse") is a preferable option ("better") in terms of practicality and usability. Copernicus' idea about money has a similar structure - "better"…

Bad money drives out good money only if there is a legal tender law such that both have to be accepted for the same nominal value. In this case, good money is hoarded because it cannot be traded for its true value.

Re: Why are we still using Markdown?

#205
This article is legit, but markdown is good enough to me. Actually, I was using reStructuredText which has a better specification for writing. I switched back to Markdown because its syntax is easier to remember and fulfill most of my needs. The thing I needed was comments for adding folding marks in vim. I use inline to do so and that's OK.

Re: Why are we still using Markdown?

#206

I always advocate for XML. While Markdown is like "a car in any color as long as it's black", XML is a) exactly what you need and b) as precise as you need it, and also c) not more precise than necessary. We all need headers and paragraphs, right. But I might want file listings. Or command-line snippets with my own color coding and marks. Or C declarations and precise references to them in text. Or todos. Or bibliogr…

> That's all, save for two extra newlines

And save for two extra words and 5 extra symbols, which in many cases (like config files) draw out the actual content

> XML is a) exactly what you need and b) as precise as you need it,

So how can I precisely get rid of that noise?

Re: Why are we still using Markdown?

#207
post #202

Earlier quoted context omitted.

Disappearing asterisks is just terrible UX. It should turn bold but keep the asterisk displayed so you can still edit as normal. The bullet point problem is fixed by only bolding when the asterisks are on either end of word characters.

> It should turn bold but keep the asterisk displayed so you can still edit as normal. This is just terrible UI, why do you need garbage marks when you already have bold? And you can edit "as normal" if you like, but that only requires displaying asterisks during that tiny % of time you edit the word, not all the time when you read it or edit something else.

This is just a personal preference. I strongly prefer to see the markup as I write it. I can't stand disappearing characters.

Re: Why are we still using Markdown?

#208
> how HTML is only a markup language and not a programming language.

This sentence is a great example of why such a pointless debate continues. Don't disparage HTML as "only" a markup language; it's a markup language. That's no 'better' or 'worse' than a programming language, just different.

Re: Why are we still using Markdown?

#210
post #5

This website, at least in dark mode, doesn't have any visible indication when text is selected. ... Which is additionally frustrating, since the links at the bottom aren't actually links (so you have to select them to copy and paste into your address bar)

I just cannot fathom the thinking behind presenting URLs but not linking to them. The author clearly knows something about all this (unless it's AI-written, but I don't think it is), so how have they made such a glaringly obvious mistake?

I'm half wondering if they're using a very strange CMS to publish this blog. The fact that they seemingly cannot use the correct double-quote character in their code blocks lends a bit of support to this theory.

Post reply on HN