Bug: infinite loop in TemplateParser #26
wiktoriak777
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The parser runs into an infinite loop when parsing this article: https://de.wikipedia.org/wiki/Elliptische_Koordinaten. I've come to the conclusion that the problem is caused by the occurence of
{{
inside of LaTeX math expressions. It seems to be related to the comment ininfo.bliki.wiki.filter.TemplateParser
referring to issue #153. Adding the case for the<math>
tag back in solves the infinite loop problem.I would appreciate it if somebody else took a look at this.
Beta Was this translation helpful? Give feedback.
All reactions