文件名称:markdown-gist
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-24 22:02:20
JavaScript
带有 Gist 代码块的 Markdown WordPress 帖子
该项目打算将 WordPress 帖子中的代码块从 Markdown 替换为 github gist 代码块。
要使用这个项目,你需要有 、一个、一个帐户和插件
现在它只适用于语法。
用法
克隆这个 repo
git clone git@github.com:fiddus/markdown-gist.git
使用以下内容创建一个.configs文件
{
"github": {
"type": "oauth",
"token": "insert your token here"
}
}
现在使用带有要显示 github 块的代码块的 Markdown 文件执行该文件
node main.js
【文件预览】:
markdown-gist-master
----.jshintrc(587B)
----main.js(181B)
----Gruntfile.js(963B)
----lib()
--------markdownGist.js(7KB)
----specs()
--------helpers()
--------makdownGistTest.js(7KB)
----README.md(2KB)
----.editorconfig(413B)
----.gitignore(614B)
----package.json(939B)