Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alvinwan
Copy link
Owner

@alvinwan alvinwan commented Aug 1, 2020

  • parses math environments, as titled says
  • test that checks you can search/replace within math environment
  • sets parser mode according to math or not

notes:

  • for now, special math characters like ^ or _ do not induce special behavior. In the future, these should associate super/subscripts with the correct group, accordingly.
  • the mode is not actually used. This should throw errors if an underscore is left unescaped in not-math mode.

fixes #106

@coveralls
Copy link

coveralls commented Aug 1, 2020

Coverage Status

Coverage increased (+4.3%) to 100.0% when pulling e11f2c8 on math_env_parse into a7976e7 on master.

@alvinwan alvinwan merged commit 5133486 into master Aug 1, 2020
@alvinwan alvinwan deleted the math_env_parse branch August 1, 2020 00:50
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.

Parsing the content of math environments?

3 participants