Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix {{{{{}}}}} issue in GitHub Pages #231

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

AlphaHinex
Copy link
Contributor

Add zero-width space to display {{{{{}}}}} correctly both in Markdown and GitHub Pages

Add zero-width space to display `{{{{{}}}}}` correctly both in Markdown and GitHub Pages
@@ -79,7 +79,7 @@ This example recognizes matching braces followed by zero or more line terminator

Examples of legal strings in this grammar are:

`{}`, `{{{{{}}}}}` // ... etc
`{}`, `{‎{‎{‎{‎{}}}}}` // ... etc
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a zero-width spaces between every {{ to break Jekyll Liquid's two curly braces syntax, though not seen here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants