Imagine if #Firefox, #Chrome, and their derivatives could render Markdown, AsciiDoc, LaTeX, EPUB, and Gemtext as seamlessly as they handle PDFs. This could revolutionize the way we publish lightweight websites, making it as simple as dropping a text file into a directory.
(somebody knows an influential person at @mozilla ?)
@terrantechpriest The way the renderer works in Agregore is it detects the mime type of a page in a web extension and then injects js+html to render the page. Sadly this means the webserver with the data needs to serve the correct mime type else it triggers a download. I've been considering doing some hacks on the http headers to work around it tho.