-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
SLaks
added a commit
to SLaks/SLaks.Blog
that referenced
this issue
Jun 11, 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
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)
|
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
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.
The text was updated successfully, but these errors were encountered: