文件名称:ngx-markdown-module
-
所属分类:
- 标签属性:
- 上传时间:2014-02-06
-
文件大小:21.3kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}-Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}-Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ngx-markdown-module-master/
ngx-markdown-module-master/.gitignore
ngx-markdown-module-master/LICENSE
ngx-markdown-module-master/README.md
ngx-markdown-module-master/ngx-md-filter-module/
ngx-markdown-module-master/ngx-md-filter-module/config
ngx-markdown-module-master/ngx-md-filter-module/src/
ngx-markdown-module-master/ngx-md-filter-module/src/ngx_http_markdown_filter_module.c
ngx-markdown-module-master/ngx-md-handler-module/
ngx-markdown-module-master/ngx-md-handler-module/config
ngx-markdown-module-master/ngx-md-handler-module/src/
ngx-markdown-module-master/ngx-md-handler-module/src/ngx_http_markdown_handler_module.c
ngx-markdown-module-master/.gitignore
ngx-markdown-module-master/LICENSE
ngx-markdown-module-master/README.md
ngx-markdown-module-master/ngx-md-filter-module/
ngx-markdown-module-master/ngx-md-filter-module/config
ngx-markdown-module-master/ngx-md-filter-module/src/
ngx-markdown-module-master/ngx-md-filter-module/src/ngx_http_markdown_filter_module.c
ngx-markdown-module-master/ngx-md-handler-module/
ngx-markdown-module-master/ngx-md-handler-module/config
ngx-markdown-module-master/ngx-md-handler-module/src/
ngx-markdown-module-master/ngx-md-handler-module/src/ngx_http_markdown_handler_module.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.