标签:href width row img lin htm 访问 user pac
Spec Markdown 是一个基于markdown 的文档编写工具,安装简单,可以让我们编写出专业的文档
npm install -g spec-md
npm install --save-dev spec-md
因为个人原因,比较喜欢使用yarn,所以项目基于yarn 初始化
yarn init -y
yarn add spec-md --dev
package.json
{
"name": "first",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"spec-md": "^0.6.0"
},
"scripts": {
"b": "spec-md ./md/*.md > ./out/index.html",
"live":"live-server --open=./out"
},
"devDependencies": {
"live-server": "^1.2.0"
}
}
md/userlogin.md
yarn b
yarn live
http://leebyron.com/spec-md/
https://github.com/rongfengliang/spec-md-demo
标签:href width row img lin htm 访问 user pac
原文地址:https://www.cnblogs.com/rongfengliang/p/9441028.html