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

MathML #381

Merged
merged 10 commits into from
Oct 13, 2020
Merged

MathML #381

merged 10 commits into from
Oct 13, 2020

Conversation

dolanmiu
Copy link
Owner

@dolanmiu dolanmiu commented Aug 14, 2019

Supported Features

  • Standard inline numbers and variables
  • Fractions
  • Summations Σ
  • Radicals (Square Roots)
  • Brackets
  • Super and Sub scripts (e^2 etc)
  • Functions (sin, cos)

More to come!

Closes #290

@codecov-io
Copy link

codecov-io commented Aug 14, 2019

Codecov Report

Merging #381 into master will increase coverage by 0.41%.
The diff coverage is 99.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
+ Coverage   95.42%   95.84%   +0.41%     
==========================================
  Files         266      314      +48     
  Lines        2908     3176     +268     
  Branches      281      288       +7     
==========================================
+ Hits         2775     3044     +269     
+ Misses         92       90       -2     
- Partials       41       42       +1     
Impacted Files Coverage Δ
src/file/paragraph/paragraph.ts 100.00% <ø> (+8.57%) ⬆️
src/file/paragraph/math/n-ary/math-sum.ts 84.61% <84.61%> (ø)
src/file/drawing/inline/inline.ts 81.81% <100.00%> (ø)
src/file/paragraph/index.ts 100.00% <100.00%> (ø)
src/file/paragraph/math/brackets/index.ts 100.00% <100.00%> (ø)
...le/paragraph/math/brackets/math-angled-brackets.ts 100.00% <100.00%> (ø)
...aragraph/math/brackets/math-beginning-character.ts 100.00% <100.00%> (ø)
...paragraph/math/brackets/math-bracket-properties.ts 100.00% <100.00%> (ø)
...ile/paragraph/math/brackets/math-curly-brackets.ts 100.00% <100.00%> (ø)
...c/file/paragraph/math/brackets/math-ending-char.ts 100.00% <100.00%> (ø)
... and 93 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c9f947...19d9619. Read the comment docs.

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.

Add support for MathML Equations
2 participants