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

Equation parsing problem #30

Open
rreusser opened this issue Jun 13, 2017 · 0 comments
Open

Equation parsing problem #30

rreusser opened this issue Jun 13, 2017 · 0 comments

Comments

@rreusser
Copy link
Member

rreusser commented Jun 13, 2017

This equation succeeds:

[Equation display:`true`]
\sum_{j=0}^n x^{j} + \sum x^{k}
[/Equation]

and renders like this:

screen shot 2017-06-13 at 10 32 33

While this equation fails:

[Equation display:`true`]
\sum_{j=0}^n x^{j} + \sum_{k=0}^n x^{k}
[/Equation]

and renders like this:

screen shot 2017-06-13 at 10 32 04

It seems like maybe the _ is interfering with markdown parsing, but I'm not 100% sure yet.

As usual, work around is [Equation latex:"..."/]

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

No branches or pull requests

1 participant