搜索资源列表
ngx-markdown-module
- Nginx Markdown module 一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。 使用--add-module编译Tengine可用dso_install动态加载。 设置实例(http块) location ~ /*.md { mdfilter on mdfilter_utf8 on } // Use Handler module location ~ /*.mkd {
Ghost_zh_v0.5.8
- Ghost博客中文版 v0.5.8 最新特性 新增标签管理。( 标签页支持SEO优化,可作为专题页使用。) 新增实验室页面,增加配置选项。 新增可以导入图片和markdown文件 新增Socket 权限设置。 修复favicons BUG 修复后台博文列表 BUG 修复helper BUG 修复邮件发送程序BUG 修复Gravatar BUG 修复管理后台呈现BUG-The Ghost blog Chinese version v0.5.8 latest
drukkar-2.0.0
- Drukkar是一个轻量级的博客引擎和CMS系统,使用PHP5编写,无需依赖其他库。支持Markdown,可生成干净有效的HTML,并在XML文件中存储文章,无需数据库支持。-Drukkar is a lightweight blog engine and CMS systems, use PHP5 prepared without relying on other libraries. Support Markdown, can generate efficient and clean HTM
Python_Project
- 本任务利用正则表达式解析给定的《The Merchant of Venice》 HTML网页文件,并将文件内容按Markdown格式 存储至文件中(This task uses regular expressions to analyze the given "the merchant of Venice" HTML web page file and store the contents of the file in markdown format)