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

Use standard delimiters. #15

Merged
merged 1 commit into from
Nov 9, 2015
Merged

Use standard delimiters. #15

merged 1 commit into from
Nov 9, 2015

Conversation

dmitshur
Copy link
Member

I found a way to make it work while producing same output.

Replace the following problematic case:

if foo {{{range .}}

With:

if foo {{"{"}}{{range .}}

I found a way to make it work while producing same output.

Replace the following problematic case:

	if foo {{{range .}}

With:

	if foo {{"{"}}{{range .}}
@dmitshur
Copy link
Member Author

Thinking if this is an improvement or not. Feedback is welcome.

@dmitshur
Copy link
Member Author

dmitshur commented Nov 9, 2015

@dominikh said this was an improvement.

I think it is too. Merging.

@dmitshur dmitshur merged commit eb4aef8 into master Nov 9, 2015
@dmitshur dmitshur deleted the use-standard-delimeters branch November 9, 2015 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant