markblog:用于博客的简单markdown编译器

时间:2021-05-04 23:07:53
【文件属性】:
文件名称:markblog:用于博客的简单markdown编译器
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-04 23:07:53
CoffeeScript 标记博客 用于博客的简单markdown编译器。 安装 $ npm install markblog 用法 鉴于post1.md喜欢 --- title: This is the post title. date: 2014-5-15 --- This is a dummy post. var markblog = require ( 'markblog' ) ; var post = markblog . read ( './posts/post1.md' ) ; var lotofposts = markblog . readFolder ( './posts' ) ; /* post = { title:'This is the post title.', date: Date(2014-4-15), body: html: '

Thi


【文件预览】:
markblog-master
----.gitignore(535B)
----package.json(717B)
----src()
--------markblog.coffee(2KB)
----LICENSE(1KB)
----README.md(2KB)
----markblog.js(3KB)

网友评论