An open API service indexing awesome lists of open source software.

https://github.com/jblond/openresty-md-renderer

Render markdown/md files in your browser
https://github.com/jblond/openresty-md-renderer

markdown markdown-renderer nginx nginx-configuration openresty renderer

Last synced: 6 months ago
JSON representation

Render markdown/md files in your browser

Awesome Lists containing this project

README

          

# openresty md renderer

Render markdown/md files in your browser. This works also for nginx.

Edit your nginx.conf

```conf
http {
# ...
server {
# ...
include md-renderer.conf;
}
}
```

place the `md-renderer.conf` into the openresty config folder and the `__special` folder with the contents, too.