Huxpro/huxpro.github.io
View on GitHubI found a problem. "{{{" is fine on github, but not on blogs.
Open
#311 opened on Jun 19, 2019
4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML6,751 stars (6,751 stars)4,539 forks (4,539 forks)batch import
help wanted
Description

Contributor guide
- Tech stack
- htmlcss
- Domain
- frontendcontent
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic Jekyll knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- 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.