lib/plurimath/math/symbols/space.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/space.rb in plurimath-0.8.13
- old
+ new
@@ -1,13 +1,13 @@
module Plurimath
module Math
module Symbols
class Space < Symbol
INPUT = {
- unicodemath: [[" "], parsing_wrapper(["\\ "])],
+ unicodemath: [[" "], parsing_wrapper(["\\ "], lang: :unicode)],
asciimath: [["\\ ", " "]],
mathml: [" "],
- latex: [[" "], parsing_wrapper(["\\ "])],
+ latex: [[" "], parsing_wrapper(["\\ "], lang: :latex)],
omml: [" "],
html: [" "],
}.freeze
# output methods