Results 2 comments of csy99

大佬您好,文章写得很细致。我并非clone你的repo,而是尝试自己手动搭建的。遇到了一个问题,貌似网上没有类似问题,代码模块中大括号没办法正常显示,而是显示{ 不知道您有不有什么想法,大概哪里出错了? ```java public class TestVolatile { public static void main(String[] args) { ThreadDemo td = new ThreadDemo(); new Thread(td).start(); ```

ClayGminx,您好。我没有截图完整,后面的右花括号也不能正常显示,会被转义成为&#125。 这个问题在(https://github.com/hexojs/hexo/issues/4452)中被提出,我尝试按照(https://github.com/hexojs/hexo/pull/4489)的解决办法更新了lib/plugins/filter/before_post_render/backtick_code_block.js文件。但是仍然没有解决问题。