yaml-markdown-to-html:将带有 yaml frontmatter 的降价文件文件夹转换为 html

时间:2024-06-19 22:17:59
【文件属性】:

文件名称:yaml-markdown-to-html:将带有 yaml frontmatter 的降价文件文件夹转换为 html

文件大小:247KB

文件格式:ZIP

更新时间:2024-06-19 22:17:59

static-site-generator markdown-to-html JavaScript

yaml-markdown-to-html 将带有 yaml 前端的 Markdown 文件文件夹渲染为 html 例子: 安装 yarn add yaml-markdown-to-html --dev npm i yaml-markdown-to-html --save-dev 用法 命令行界面接受三个文件夹: yaml-markdown-to-html < content> < public> < render> 是包含要呈现的 Markdown 文件的源文件夹 是将包含呈现的 html 文件的目标文件夹 是文件夹,其中至少包含一个render.js并且可能包含一个post-render.js ,以及用于将post-render.js文件渲染为 html 的其他文件。 默认情况下,如果省略,CLI 将查找与参数同名的文件夹


【文件预览】:
yaml-markdown-to-html-master
----.gitignore(57B)
----package.json(880B)
----bin()
--------cli(834B)
----.travis.yml(114B)
----LICENSE(1KB)
----index.js(4KB)
----README.md(2KB)
----example.png(236KB)
----.npmignore(12B)
----test()
--------render()
--------index.js(10KB)
--------content()
----yarn.lock(39KB)

网友评论