Skip to content
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

Can't match --> to represent a reaction arrow when supsub editor is used #24

Open
jmbragg opened this issue Nov 26, 2013 · 2 comments
Open

Comments

@jmbragg
Copy link

jmbragg commented Nov 26, 2013

Works fine without supsub editor but won't match with it

match(-->)

@timhunt
Copy link
Member

timhunt commented Jul 3, 2014

The issue here is that the sup-sub editor will represent > as & gt; (without the space), so you need to match for that.

Except that, the editing form does not let you put that into a match expression. We are aware of the bug and plan to do something about it in future. (Probably by silently converting & gt; back to > before sending the response for matching.) Sorry, don't know when we will get time to implement that.

@jmbragg
Copy link
Author

jmbragg commented Jul 3, 2014

Thanks Tim. I'm sure figuring out Atto for moving forward is a much higher priority. No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants