This doesn't really make sense, for a couple reasons... There are many flavors of markdown. We'd need a standards body, compatibility suites, etc., and for all the browser vendors to adopt it. Meanwhile, markdown is designed to transform to HTML, which browsers already render. Adding a markdown-to-html plugin/step to your web server or publishing process is not exactly the most burdensome thing, relative to everythin…
We should have Markdown-rendered websites
101–110 of 351 posts
Re: We should have Markdown-rendered websites
#102Re: We should have Markdown-rendered websites
#103Earlier quoted context omitted.
I get this, but OTOH it is IMO best to distribute digital artifacts in the format that is most useful for editing or creating derivative works. This is the free software philosophy but also a societal good. Many of us learned HTML and web technologies by reading the source code of websites, and we've closed that door behind us with all of the build steps that turn our actual code into a computer-readable-only mess wh…
you can distribute websites as markdown! Return markdown with a plain text content type and it'll show as markdown, which was designed to look good as-is and not require rendering to HTML
Re: We should have Markdown-rendered websites
#104Earlier quoted context omitted.
CommonMark seems like the obvious choice: https://commonmark.org/ It isn't as supported as I'd like, but it does exist and I've encountered it "in the wild" a few times, so it's not just some guy typing away on a website either.
After all these years, I still haven't found an important argument in favor of CommonMark. As I point out every time someone presents it as the answer, it doesn't handle things like math, so you still need to use unstandardized extensions, making the whole thing pointless.
Re: We should have Markdown-rendered websites
#105This doesn't really make sense, for a couple reasons... There are many flavors of markdown. We'd need a standards body, compatibility suites, etc., and for all the browser vendors to adopt it. Meanwhile, markdown is designed to transform to HTML, which browsers already render. Adding a markdown-to-html plugin/step to your web server or publishing process is not exactly the most burdensome thing, relative to everythin…
Re: We should have Markdown-rendered websites
#106Re: We should have Markdown-rendered websites
#107Re: We should have Markdown-rendered websites
#108HTML made the web easy to read.
But you know what made the web easy to write? Facebook. Facebook was undeniably the technology that made it so that roughly everybody could write things on the web to be read by everyone.
I really like the direction of this, because it points toward the possibility of a "web that is easy to write."
Re: We should have Markdown-rendered websites
#109No idea how non-technical people were ever supposed to grasp that.