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

- old
+ new

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