# Markdown2Html **Repository Path**: who7708/Markdown2Html ## Basic Information - **Project Name**: Markdown2Html - **Description**: markdown 转换 html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 # 使用的技术 1. bootstrap 3.4.0 2. marked 0.5.2 依赖 3. pug 2.0.0-beta11 依赖 ```json "dependencies": { "marked": "^0.5.2", "pug": "2.0.0-beta11" } ``` # 安装 ```shell $ npm install ``` # 运行 ```shell $ npm start ``` # 事例 ```shell $ node app.js gitbook学习 ./markdown/1/gitbook.md ~/nginx/html/md/1/gitbook.html ``` node app.js gitbook学习 ./markdown/1/gitbook.md ~/nginx/html/md/1/gitbook.html node app.js 关于全年一次性奖金、中央企业负责人年度绩效薪金延期兑现收入和任期奖励的政策 ./markdown/1/geshui.md ~/nginx/html/md/1/geshui.html node app.js 个税专项附加扣除实操攻略 ./markdown/1/2019fq-for-geshui.md ~/nginx/html/md/1/2019fq-for-geshui.html