lib/plurimath/math/symbols/lt.rb in plurimath-0.8.12 vs lib/plurimath/math/symbols/lt.rb in plurimath-0.8.13

- old
+ new

@@ -1,13 +1,13 @@ module Plurimath module Math module Symbols class Lt < Symbol INPUT = { - unicodemath: [["&#x3c;", "&lt;"], parsing_wrapper(["<", "lt", "less"])], - asciimath: [["<", "lt", "&#x3c;", "&lt;"], parsing_wrapper(["less"])], + unicodemath: [["&#x3c;", "&lt;"], parsing_wrapper(["<", "lt", "less"], lang: :unicode)], + asciimath: [["<", "lt", "&#x3c;", "&lt;"], parsing_wrapper(["less"], lang: :asciimath)], mathml: ["&#x3c;", "&lt;"], - latex: [["less", "<", "&#x3c;", "&lt;"], parsing_wrapper(["lt"])], + latex: [["less", "<", "&#x3c;", "&lt;"], parsing_wrapper(["lt"], lang: :latex)], omml: ["&#x3c;", "&lt;"], html: ["&#x3c;"], }.freeze # output methods