roniemartinez / latex2mathml

Pure Python library for LaTeX to MathML conversion
MIT License
183 stars 25 forks source link

✨ Support \bmod #304

Closed roniemartinez closed 2 years ago

roniemartinez commented 2 years ago

Resolves https://github.com/roniemartinez/latex2mathml/issues/293

codecov[bot] commented 2 years ago

Codecov Report

Merging #304 (a04d316) into master (f6a8491) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #304   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          876       879    +3     
=========================================
+ Hits           876       879    +3     
Impacted Files Coverage Δ
latex2mathml/commands.py 100.00% <100.00%> (ø)
latex2mathml/converter.py 100.00% <100.00%> (ø)

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 f6a8491...a04d316. Read the comment docs.