Comment on Show HN: Markdown as web page/siteComments−XCSme4yI did something similar, but for adding a blog system to a server running PHP: https://github.com/Cristy94/markdown-blogThe idea is that having it server-side allows for the page to be cached by a CDN (e.g. CloudFlare), so you end up serving static HTML, with better performance and SEO than JS-compiled markdown.
Comments
I did something similar, but for adding a blog system to a server running PHP: https://github.com/Cristy94/markdown-blog
The idea is that having it server-side allows for the page to be cached by a CDN (e.g. CloudFlare), so you end up serving static HTML, with better performance and SEO than JS-compiled markdown.