Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 332 Bytes

openresty md renderer

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

Edit your nginx.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.