变更日志中的标签未正确关闭

tag in changelog improperly closed

当我尝试在 Github 上更新我的项目时,它有自己的页面,我收到了这封电子邮件:

The page build failed for the `master` branch with the following error:
The tag `raw` on line 888 in `functions/node_modules/eslint/CHANGELOG.md` was         
not properly closed. For more information, see 
https://help.github.com/articles/page-build-failed-tag-not-properly-closed/.

For information on troubleshooting Jekyll see:

https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can contact us by replying to this email.

它引用的代码行是:

* aafebb2 Docs: Wrap placeholder sample in {% raw %} (#7798) (Daniel Lo Nigro)

我对 Jekyll 一无所知,而且我找不到任何不需要我去了解的答案。你能帮帮我吗?

jekyll/jekyll-help issue 40

所述

At some point in 2017 it became illegal to write {% raw %} at the beginning (after front-matter) and {% endraw %} at the end of a file.
But this only occurs with Jekyll 3.5.2 on GitHub, not the Jekyll 3.5.2 that I installed on my local machine.

如果您无法在添加 {% raw %} 之后添加 {% endraw %} 的变更日志,请检查您是否可以避免在您的项目中包含该文件。