You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a failing test for equations. This idyll code:
[Equation](y)[/Equation]
is interpreted as a link (text: "Equation", href: "y") followed by a stray closing tag. The result is a downstream build failure. A workaround is to add a space between ] and (:
[Equation] (y)[/Equation]
Unfortunately, I don't know how to resolve this ambiguity, though I don't think it would be unreasonable to try to detect it and just output an error message suggesting you need the space.
Issue by rreusser
Saturday May 20, 2017 at 17:05 GMT
Originally opened as idyll-lang/idyll-compiler#16
This PR adds a failing test for equations. This idyll code:
is interpreted as a link (text: "Equation", href: "y") followed by a stray closing tag. The result is a downstream build failure. A workaround is to add a space between
]
and(
:Unfortunately, I don't know how to resolve this ambiguity, though I don't think it would be unreasonable to try to detect it and just output an error message suggesting you need the space.
rreusser included the following code: https://github.com/idyll-lang/idyll-compiler/pull/16/commits
The text was updated successfully, but these errors were encountered: