cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

Is it possible to just generate the static html file? #46

Open coffeebe4code opened 3 years ago

coffeebe4code commented 3 years ago

I see that a temp file is created, and everything is rendered completely with html and no javascript, is there a flag to just output that file instead of using a tmp and deleting it?

This would be pretty nice, if i were to just look for generating static websites.

cwjohan commented 3 years ago

Sorry, Chris Clark, no such flag. But feel free to fork and add one. Cheers.

Sent from my iPhone

On Feb 13, 2021, at 11:21 PM, Chris Clark notifications@github.com wrote:

 I see that a temp file is created, and everything is rendered completely with html and no javascript, is there a flag to just output that file instead of using a tmp and deleting it?

This would be pretty nice, if i were to just look for generating static websites.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.