# cardone-markdown-docs **Repository Path**: fand/cardone-markdown-docs ## Basic Information - **Project Name**: cardone-markdown-docs - **Description**: c1 文档脚手架(前端),动态读取 markdown 生成 html,使用 bootstrap 样式 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.cardone.top/ - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 4 - **Created**: 2015-12-19 - **Last Updated**: 2022-08-06 ## Categories & Tags **Categories**: doc-tools **Tags**: None ## README # markdown wiki 静态 markdown 文件 wiki。 基于 backbone + marked 开发的前端应用。 没多余的处理,保持与github.com、git.oschina.net中的md访问样式一致。便于随时迁移到github.com、git.oschina.net中。 ``` 访问 http://127.0.0.1/,默认读取 README.md 文件解析渲染到#region-main中。 访问 http://127.0.0.1/#abc,读取 abc/README.md 文件解析渲染到#region-main中。 访问 http://127.0.0.1/#abc.md,读取 abc.md 文件解析渲染到#region-main中。 访问 http://127.0.0.1/#aa/dd/ee/1,读取 aa/dd/ee/1/README.md 文件解析渲染到#region-main中。 访问 http://127.0.0.1/#aa/dd/ee/1.md,读取 aa/dd/ee/1.md 文件解析渲染到#region-main中。 ```