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
- Host: GitHub
- URL: https://github.com/jblond/openresty-md-renderer
- Owner: JBlond
- License: mit
- Created: 2024-08-01T07:07:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T07:22:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T16:51:13.988Z (over 1 year ago)
- Topics: markdown, markdown-renderer, nginx, nginx-configuration, openresty, renderer
- Language: CSS
- Homepage: https://github.com/JBlond/openresty-md-renderer
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.