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

Escapes regex double braces (increases compatibility) #25

Closed
wants to merge 1 commit into from

Conversation

JaimeObregon
Copy link

I have run into compatibility issues when integrating Blast into a Jekyll project, due to a regular expression with unescaped double curly braces ({{ and }}). While it's generally accepted not to escape curly braces, doing it doesn't harm and it widens Blast to integrate with other projects and build tools such as the aforementioned.

@JaimeObregon
Copy link
Author

Hmmm... It seems the problem I described is being originated by the build tool I am using, and not by the regular expression, so I'd rather close this pull request.

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

1 participant