|
|
|
|
|
by XCSme
1400 days ago
|
|
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. |
|