Earlier quoted context omitted.
I write my blog in markdown and serve it to the browser as such, with a one-liner javascript include to render it in browsers that support that. I like that the "canonical" post source is preserved and served (you can read it with telnet, in a pinch).
had a look and I like it. More "raw markdown" (what the OP uses too) instead of HTML in web publishing is a good thing - basically because xml syntax is not how humans want to write. This, combined with git forges pages concept or tilde user accounts makes for nice corners in the webs.
I Blog with Raw HTML
131–137 of 137 posts
Re: I Blog with Raw HTML
#132Is this a parody of something? "raw html" that does not work without JS (I mean literally, links are not links without JS), but on the other hand looks ugly even if 10 lines of CSS would make it look nice
Could you elaborate on "links are not links without JS"?
Re: I Blog with Raw HTML
#133This is novice stuff. I write my blog by modifying the filesystem's binary structure by hand with a hex editor. There is no Javascript or CSS whatsoever and the document uses only elements, attributes, and behaviours that were both described in the original HTML v1.1 DTD and that have continued to appear in every intervening IETF, W3C, and WHATWG issuance since then. Many of the elements are therefore deprecated and…
Re: I Blog with Raw HTML
#134Earlier quoted context omitted.
had a look and I like it. More "raw markdown" (what the OP uses too) instead of HTML in web publishing is a good thing - basically because xml syntax is not how humans want to write. This, combined with git forges pages concept or tilde user accounts makes for nice corners in the webs.
Sure, but writing in Markdown isn't how humans write either.
Re: I Blog with Raw HTML
#135Re: I Blog with Raw HTML
#136This is novice stuff. I write my blog by modifying the filesystem's binary structure by hand with a hex editor. There is no Javascript or CSS whatsoever and the document uses only elements, attributes, and behaviours that were both described in the original HTML v1.1 DTD and that have continued to appear in every intervening IETF, W3C, and WHATWG issuance since then. Many of the elements are therefore deprecated and…