Hacker News new | ask | show | jobs
by ryanjshaw 655 days ago
I don't get it. If you can't export HTML and it can only be hosted on servers you control, why did you output HTML internally? Why not just stick to your own proprietary layout format and rendering engine?
1 comments

Since almost all websites use HTML / CSS, its the output format we wanted to target. If you don't use HTML it breaks things like SEO, accessibility, etc.