Hacker News new | ask | show | jobs
by Crontab 2818 days ago
Interesting. Out of curiosity, does anyone know if is there a webserver that natively converts Markdown to HTML?
5 comments

Caddy server has this feature baked in: https://caddyserver.com/docs/markdown
I wrote a web server that converts markdown to HTML dynamically. Not sure if it's what you're looking for but it works decently well. I host my personal site on it.

https://github.com/crempp/mdweb

I wrote one in Go called Lanyon, available at: https://github.com/mkaz/lanyon

It works pretty well, but fairly bare bones and haven't updated it in a bit.

Jekyll and Hugo do this statically.

I don't know about dynamic webservers.