Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Best way to render Markdown with nginx?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Best way to render Markdown with nginx?

Dear all,

I am looking for a way to directly render markdown files (*.md) with nginx. I have found several solutions:
https://github.com/wangkuiyi/markdown-renderer
https://github.com/magnetikonline/ghmarkdownrender
https://github.com/gabrielfalcao/nginx-markdown-module
...and many more.

Does anyone of you have a hint for me which solution has proven to work fine, even with newer nginx versions? Your feedback would be very much appreciated!

-Amitz

Comments

  • When rendering or even converting document formats from one to the other, it's best to do it client side or else the server can be easily overwhelmed. Personally, I use http://strapdownjs.com/

    Thanked by 3Amitz eva2000 ehab
  • Thank you - I stumbled across strapdownjs just minutes before you posted and it seems as if this is exactly what I need! :-)

Sign In or Register to comment.