4 留言 (4 留言)0 反應 (0 反應)0 負責人 (0 負責人)HTML6,751 star (6,751 star)4,539 fork (4,539 fork)batch import
help wanted
- 議題類型
- bug
- 研究方向
- The issue reports that triple braces '{{{' display correctly on GitHub but not on the blog. This likely stems from Jekyll's Liquid templating interpreting '{{{' as a template tag. To fix, check the blog's Jekyll configuration or post files for how triple braces are escaped. Look for Liquid filters like 'raw' or ensure the content is wrapped in {% raw %} tags. Refer to Jekyll documentation on escaping.