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

fix multiline equation pre-processing #579

Merged
merged 3 commits into from
Aug 5, 2019
Merged

fix multiline equation pre-processing #579

merged 3 commits into from
Aug 5, 2019

Conversation

mathisonian
Copy link
Member

@mathisonian mathisonian commented Aug 3, 2019

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    This improves the equation pre-processing step so that it matches multiline equations properly. I'll tests shortly. /cc @suhr.

  • What is the current behavior? (You can also link to an open issue here)
    Multiline equations fall through to the standard component processing logic and sometimes this causes improper parsing of the provided latex.

  • What is the new behavior (if this is a feature change)?
    Both single and multiline equations are captured in the preprocessing step. See https://idyll.pub/post/equation-test-case-00073177b81f3f42105d4a39/ for an example the new behavior.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:
    See issue Idyll doesn't render an equation #576

@mathisonian mathisonian merged commit 214ec9b into master Aug 5, 2019
@mathisonian mathisonian deleted the equation-parse branch August 5, 2019 20:39
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

Successfully merging this pull request may close these issues.

1 participant