-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] API to download HTML #515
Comments
I wouldn't even make this an API, I would expect this to happen if I appended .html to the URL (or If I set the Expects-HTTP-Header accordingly). |
(same for appending .md to the url, which should just output the document's content) |
Is this issue solved? |
Hello! I'm interested in working on this issue. Could someone please assign it to me or provide some guidance on how I can get started? Thanks! |
Hey! If this issue hasn't been solved, I'm hoping to work on it! |
may i work on this issue? |
I'm missing a way to download the HTML using a script or something else. I assume that the HTML that will be downloaded when clicking on the "Download" > HTML button is generated by the front end javascript.
Our use case: We write a protocol for our meetings in HackMD and want to mail this protocol to our mailing list. For better readability we want to append the HTML as MIME part.
The text was updated successfully, but these errors were encountered: