前端降价加载器 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