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

An endraw tag preceded by tag-like content is ignored #204

Closed
SLaks opened this issue Jun 11, 2013 · 1 comment
Closed

An endraw tag preceded by tag-like content is ignored #204

SLaks opened this issue Jun 11, 2013 · 1 comment

Comments

@SLaks
Copy link

SLaks commented Jun 11, 2013

{% raw %}
This line should terminate the raw tag after {% this word {% endraw %}

The {% endraw %} directive in this sample is ignored; the result is the literal text {% this word {% endraw %}, and the {% raw %} block is not terminated.

The same occurs if {{ appears instead of {%.

For more information, see my blog.

fw42 pushed a commit that referenced this issue Jun 14, 2013
fw42 pushed a commit that referenced this issue Jun 14, 2013
fw42 pushed a commit that referenced this issue Jun 14, 2013
fw42 pushed a commit that referenced this issue Jun 14, 2013
fw42 added a commit that referenced this issue Jun 15, 2013
Fix broken 'raw' tag parsing (issue #204)
@fw42
Copy link
Contributor

fw42 commented Jun 15, 2013

Thanks for reporting this. I think it's fixed. Please let me know if it's still an issue.

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

No branches or pull requests

2 participants