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.
Why are we still using Markdown?
251–260 of 328 posts
Re: Why are we still using Markdown?
#252All problems are solved once you embrace org-mode. All you need is Emacs! Nothing more!
Having explicit header levels (similar to HTML's ) is another annoyance, as that makes inclusion of one org document into another problematic and requires restructuring (somewhat workaroundable with "#+begin_src org").
Re: Why are we still using Markdown?
#253It's not possible. HTML is worse. You need at least something, which on parsing does not segfault.
Re: Why are we still using Markdown?
#254Because, like UNIX/Linux itself, worse is better: https://en.wikipedia.org/wiki/Worse_is_better - and perfect is the enemy of "good enough." We want to encourage people to produce written output with minimal friction. Barriers to writing--and especially barriers to producing documentation--should be minimized. Writing well is difficult enough! Markup is overhead. Complex markup is even more overhead. Markdown is the…
> We want to encourage people to produce written output with minimal friction. Barriers to writing--and especially barriers to producing documentation--should be minimized. Writing well is difficult enough! What about something like AsciiDoc (or reStructuredText)? * https://docs.asciidoctor.org/asciidoc/latest/asciidoc-vs-mar... * "Markdown, Asciidoc, or reStructuredText – a tale of docs-as-code": https://news.ycombi…
Re: Why are we still using Markdown?
#255Re: Why are we still using Markdown?
#256The issue is that simple.
Re: Why are we still using Markdown?
#257Earlier quoted context omitted.
markdown tried very hard to encode conventions that were already used in Usenet, email, and other text media For those of you who weren't there: *bold* _underline_ ~strikethrough~ /italics/ > Quotation - list - list - list I've been using these for almost half a century. They're much easier and more intuitive than Markdown. I see no compelling reason to change.
One problem with the /italics/ form is that it's not convenient when writing about filesystem paths (though I do like its visual indication of slanting).
Re: Why are we still using Markdown?
#258All problems are solved once you embrace org-mode. All you need is Emacs! Nothing more!
One big thing I still miss with org-mode are explicit section endings. Just as with markdown you only have headings, the end of a section is implicit. This often leads to text getting swallowed up by the last chapter and makes any kind of restructuring fragile. HTML's makes things much easier. Having explicit header levels (similar to HTML's ) is another annoyance, as that makes inclusion of one org document into ano…
Outside of Emacs, yes. Within Emacs, there's a keybinding to paste a tree and have it fit.
Re: Why are we still using Markdown?
#259Earlier quoted context omitted.
It's also worth remembering that markdown tried very hard to encode conventions that were already used in Usenet, email, and other text media. A > to indicate a quote was widespread Usenet convention. Asterisks or underscores to indicate emphasis was also a common convention; both are legal because both were common. Double asterisk or double underscores to indicate really, really emphasizing something was also a comm…
markdown tried very hard to encode conventions that were already used in Usenet, email, and other text media For those of you who weren't there: *bold* _underline_ ~strikethrough~ /italics/ > Quotation - list - list - list I've been using these for almost half a century. They're much easier and more intuitive than Markdown. I see no compelling reason to change.
Re: Why are we still using Markdown?
#260Earlier quoted context omitted.
markdown tried very hard to encode conventions that were already used in Usenet, email, and other text media For those of you who weren't there: *bold* _underline_ ~strikethrough~ /italics/ > Quotation - list - list - list I've been using these for almost half a century. They're much easier and more intuitive than Markdown. I see no compelling reason to change.
One problem with the /italics/ form is that it's not convenient when writing about filesystem paths (though I do like its visual indication of slanting).
Or italics can be //double slash// to avoid ambiguities with file paths. That still leaves the windows style //some/file/path as ambiguous But I’ll never accept single * as natural for italics.