Earlier quoted context omitted.
> If it's intended to be interpreted by computers, what's the point in avoiding precision? Because markdown is for humans first and foremost, not computers. It can't be clearer than that.
How could it be for humans any more or less than any other language which is designed primarily to be written by humans and then interpreted by computers?
Why Markdown Is Not My Favourite Language (2012)
81–90 of 99 posts
Re: Why Markdown Is Not My Favourite Language (2012)
#82Earlier quoted context omitted.
There are in fact programs that don't run in the browser. Schocking, I know. But wait, there's more! Some programs don't even use Javascript!
Your point?
Re: Why Markdown Is Not My Favourite Language (2012)
#83Earlier quoted context omitted.
>There's a reason it doesn't support tables I don't see how the inclusion of tables violates the ascii-like readability of markdown. Github has implemented a table syntax that is natural to read/write and makes it easy to include tables in your document. Example: https://github.com/Defconbots/2015_target/blob/master/hw/boa...
Natural to write? This: |Name |Quantity|Part Number |Distributor| |:--------------:|:------:|:------------------:|:---------:| |BAT1, BAT2, BAT3|3 |534-082 |Mouser | is not "natural to write"
Re: Why Markdown Is Not My Favourite Language (2012)
#84This article is great. I really never understood the preference of Markdown over rST. Also, little do people know that github supports rst https://github.com/github/markup But looks like Creole as well, which i didn't know :)
Re: Why Markdown Is Not My Favourite Language (2012)
#85Earlier quoted context omitted.
One of those text-entry boxes with buttons for emphasis, list items, etc.
Hacker News seems to have a weird fetish for its 'minimalist' UI ... probably because it has a higher than typical ratio of users who spend time behind a terminal, and due to some underlying belief that the lack of bells and whistles keeps the normies away. If they added a rich text editor there would probably be a riot. But to be fair, at least markdown is a lot cleaner than bbcode.
Re: Why Markdown Is Not My Favourite Language (2012)
#86Yes, Markdown is really bad. I really wonder why it's so much more popular than Creole, Textile etc.
Revisit your starting assumption?
"There are only two kinds of languages: the ones people complain about and the ones nobody uses."
Re: Why Markdown Is Not My Favourite Language (2012)
#87Earlier quoted context omitted.
Natural to write? This: |Name |Quantity|Part Number |Distributor| |:--------------:|:------:|:------------------:|:---------:| |BAT1, BAT2, BAT3|3 |534-082 |Mouser | is not "natural to write"
of course is natural to write, given the proper emacs plugin.
Re: Why Markdown Is Not My Favourite Language (2012)
#88Part of the problem is that people don't really grok the point of Markdown. There's a reason it doesn't support tables, or a syntax for making the kind of language used in a code snippet. The point of Markdown is to mimic the conventions of ASCII-text email, both to make writing it as natural as possible, and to make Markdown pleasant to read in both ASCII and HTML. If you want something more featureful than Markdown…
Re: Why Markdown Is Not My Favourite Language (2012)
#89Earlier quoted context omitted.
Org-mode is a beast. A fantastic beast, much like Emacs itself. You dive in, but there's always more to learn. Some things may be for you and some things don't. Everyone should give it a try. A little known fact, even among most org-users: Github can render org-mode files to HTML directly if checked into a repo, thus you can write your README files as org-files. Shameless example: https://github.com/josteink/csharp-m…
>Github can render org-mode files to HTML directly if checked into a repo They also support ASCIIDoc, ReST, MediaWiki markup, Creole, etc. See: https://github.com/github/markup
Re: Why Markdown Is Not My Favourite Language (2012)
#90Alternatives: asciidoc. Maps easily to docbook, and has a heap of extra features.
And it's also relatively close to markdown (biggest change is links). The asciidoctor project also has browser extensions for rendering which are really nice. For the lazy: http://asciidoctor.org/
I found the lib was rather big :/