We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remark() .use(pangu) .process(newContent, (err, result) => { if (err) { return Promise.reject(err); } newContent = String(result); });
会把头部的 (frontmatter?)
--- pageClass: routes ---
弄得很奇怪
请问有没有解决办法?
DIYgod/RSSHub#4654 (comment)
The text was updated successfully, but these errors were encountered:
@HenryQW
这个是 frontmatter,你需要添加 frontmatter plugin 才能处理:https://github.com/remarkjs/remark-frontmatter
Sorry, something went wrong.
十分感谢!
No branches or pull requests
会把头部的 (frontmatter?)
弄得很奇怪
请问有没有解决办法?
DIYgod/RSSHub#4654 (comment)
The text was updated successfully, but these errors were encountered: