roniemartinez / latex2mathml

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

🐛 Fix \not should be mo #319

Closed roniemartinez closed 2 years ago

roniemartinez commented 2 years ago

Only applies if \not \<command> has equivalent command, for example \not \in is equivalent to \nin.

codecov[bot] commented 2 years ago

Codecov Report

Merging #319 (b03fa30) into master (6ab8e26) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #319   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          925       925           
=========================================
  Hits           925       925           
Impacted Files Coverage Δ
latex2mathml/walker.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 6ab8e26...b03fa30. Read the comment docs.