Closed HarborZeng closed 5 years ago
looks like confliction with nunjucks. Is there any way to avoid this error? thanks.
@HarborZeng
Try to use raw tag like this.
| 模板 | 描述 |
| -------------------------------------- | ---------------------------|
| {% raw %} {{ .Branch }} {% endraw %} | 正在构建中的VCS分支名 |
| {% raw %} {{ .BuildNum }} {% endraw %} | 此构建的CircleCI作业编号 |
...
Thanks :)
Thank you @YoshinoriN It works like a charm now.
Note that, I have tried at Marked Demo, and version greater and equal than 0.2.7 can properly parse the md text
below is the unparsable md code:
Environment Info
Node version(
node -v
): v10.13.0Hexo and Plugin version(
npm ls --depth 0
):+-- hexo@3.8.0 +-- hexo-baidu-url-submit@0.0.6 +-- hexo-clean-css@0.0.3 +-- hexo-deployer-git@1.0.0 +-- hexo-generator-archive@0.1.5 +-- hexo-generator-category@0.1.3 +-- hexo-generator-index@0.2.1 +-- hexo-generator-search@2.4.0 +-- hexo-generator-sitemap@1.2.0 +-- hexo-generator-tag@0.2.0 +-- hexo-lazyload-image-modified@1.0.6 +-- hexo-photoswipe@1.5.3 +-- hexo-prism-plugin@2.3.0 +-- hexo-reference-updated@1.0.5 +-- hexo-renderer-ejs@0.3.1 +-- hexo-renderer-marked@0.3.2 +-- hexo-renderer-sass@0.3.2 +-- hexo-renderer-stylus@0.3.3 +-- hexo-server@0.3.3 +-- hexo-translate-title-modified@1.0.11 `-- hexo-wordcount@6.0.1
For BUG
add this specific article to _post dir, and run
hexo s --debug
, got some err in console: