frontmatter markdown loader::memo:Webpack加载器用于:FrontMatter(.md) > HTML +属性(+
前端降价加载器 Web Pack Loader for 文件(.md),其返回: 前台事项属性 将markdown编译为HTML 这个FrontMatter markdown文件something.md : --- subject: Hello tags: - tag1 - tag2 --- # Title message 可加载为: import fm from "something.md" fm . attributes // FrontMatter attributes => { subject: "Hello", tags: ["tag1", "tag2"] } fm
文件列表
frontmatter-markdown-loader-master.zip
(预估有个36文件)
frontmatter-markdown-loader-master
.github
FUNDING.yml
677B
workflows
nodejs.yml
443B
babel.config.js
176B
example
webpack.config.js
285B
src
index.js
389B
暂无评论