hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.55k stars 4.86k forks source link

关于字符转义 #3568

Closed jerryc127 closed 5 years ago

jerryc127 commented 5 years ago

Environment Info

Node version(node -v: Should be at least nodejs 6.9. If not, please update before posting an issue!):

Your site _config.yml (Optional):

Your theme _config.yml (Optional):

Hexo and Plugin version(npm ls --depth 0):

Your package.json package.json:

For BUG

For question

For feature request

遇到问题 例如这个 表格的时候 image

因为[p|u:] 中 '|' 会被识别成表格符号,所以使用了转义字符 | 但是hexo渲染到博客去 还是会识别成表格符号 image

请问该如何解决

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stevenjoezhang commented 1 year ago

https://github.com/hexojs/hexo-renderer-marked/issues/138 marked 的问题,Hexo 无法解决