Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Conversation

@rreusser
Copy link
Member

@rreusser rreusser commented May 20, 2017

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.

@rreusser rreusser changed the title Equation enclosed by parenthesis interpreted as link Equation starting with parenthesis interpreted as link May 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants