Simpler, cleaner HTML export
J
Josh M
Don't get me wrong, I am impressed with the html generated for the export, but it is just a little bit heavier than I believe it needs to be with deeper nesting and reliance on custom scripts (rather than something standard like say bootstrap) that makes it difficult to maintain after export.
It would be nice if you could reduce the nested divs and spans and rely more on the semantic markup directly of tags like h1, h2, h3, article, section, nav, etc so that the final export is a little more cleaner and reusable.
I realize this isn't easy to do especially if you're focusing on react and other platforms that are heavier in markup, but for those of us who just want to generate simple static content pages, it would sure make our lives easier!
so please do keep that in mind as you continue to improve the product, thank you for listening!