OK. Which flavor of markdown should we get every browser manufacturer to use?
We should have Markdown-rendered websites
21–30 of 351 posts
Re: We should have Markdown-rendered websites
#22I think we need a configuration format for websites. Configuration formats are designed for humans first, and fit to purpose. What might that format require? Probably: style, layout, macros, emeddable objects, inheritable/overrideable values, logic, loops, etc. Basically a DSL. You describe independent blocks (layout, style, content, etc) and the browser takes the instructions and renders the result. Not insanely different in concept than HTML/CSS, but everything could use one common format, in a manner more human-friendly than we have now, content would be independent of form/function, and none of it would inherit some unrelated design principles from some antiquated non-human-friendly technology.
text "Employees table description" |
This is a description of the employees table.
The name and e-mail address are listed to the right.
table "Employees"
@Name ~> Frank
Suzanne
Rahul
Aman
@E-mail address -> frank@me.com
suzanne@me.com
rahul@me.com
aman@me.com
style "table.Employees"
@Name
column
bgcolor "green"
@"Email address" rows bgcolor "gray"
layout "main-page"
panel "1"
align: left
content "text.Employees table description"
panel "2"
align: right-of "layout.main-page.1"
content "table.Employees"Re: We should have Markdown-rendered websites
#23If you're interested in the history of why I wrote this article, then it originated from this Twitter thread: https://nitter.net/timdaub/status/1590731949433573377
I think addressing the concern around Markdown flavors would improve the argument.
Re: We should have Markdown-rendered websites
#24OK. Which flavor of markdown should we get every browser manufacturer to use?
Re: We should have Markdown-rendered websites
#25Re: We should have Markdown-rendered websites
#26/s
Re: We should have Markdown-rendered websites
#27Re: We should have Markdown-rendered websites
#28OK. Which flavor of markdown should we get every browser manufacturer to use?
Also Safari still doesn't support headings for some reason.
Re: We should have Markdown-rendered websites
#29OK. Which flavor of markdown should we get every browser manufacturer to use?
Re: We should have Markdown-rendered websites
#30OK. Which flavor of markdown should we get every browser manufacturer to use?
Asciidoc.
Isn't that the opposite of Markdown?