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

Equation starting with parenthesis interpreted as link #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

1 participant