We need to export our Apiary Blueprint for task assignment purposes as a self containing "deliverable" like PDF or ZIP or similar. I'm aware of the feature request and the discussion below. Is it possible to "hack" something better than the poor html exporter? Maybe by injecting some css style into the page with chrome? Has somebody found a "good-enough" solution?
Ján Sáreník mentioned aglio, you can make it work locally by the following steps.
myfile.md
)npm install aglio -g
aglio -i myfile.md -s
localhost:3000
and download the HTML file<div id="localFile" ...>...</div>
warninghttp://localhost:3000/
with empty string everywhereAaand it's done.