Theoretically, a version of the Internet using TeX or Markdown would be possible, right? (Okay, MD websites probably aren't that advanced, but never mind).
So my question is twofold:
- Has this appeared as an idea before and
- Did someone even try and realize this (maybe in the early days of the web)
Thank you in advance.
Even with today's technology:
(a) browsers understand a variety of content types beyond just HTML, and will render the content provided it is properly identified in the HTTP header. (Remember Flash?)
(b) in particular, they recognise XML which can use any vocabulary of your own choosing, and will invoke a server-supplied XSLT (or CSS) stylesheet to render the XML content.
So yes, the idea of the web supporting multiple content types is not at all new.