Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 18, 2023
1 parent f23abb5 commit f35c3d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/html2doc/math.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class Html2Doc
def asciimath_to_mathml1(expr, retain_asciimath)
warn expr
ret = Plurimath::Math.parse(HTMLEntities.new.decode(expr), "asciimath").to_mathml
.gsub(/<math>/, "<math xmlns='http://www.w3.org/1998/Math/MathML'>")
retain_asciimath and
Expand Down
2 changes: 1 addition & 1 deletion lib/html2doc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Html2Doc
VERSION = "1.5.0".freeze
VERSION = "1.5.1".freeze
end

0 comments on commit f35c3d0

Please sign in to comment.