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: [["&#xa0;"], parsing_wrapper(["\\ "])], + unicodemath: [["&#xa0;"], parsing_wrapper(["\\ "], lang: :unicode)], asciimath: [["\\ ", "&#xa0;"]], mathml: ["&#xa0;"], - latex: [["&#xa0;"], parsing_wrapper(["\\ "])], + latex: [["&#xa0;"], parsing_wrapper(["\\ "], lang: :latex)], omml: ["&#xa0;"], html: ["&#xa0;"], }.freeze # output methods