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

- old
+ new

@@ -1,11 +1,11 @@ module Plurimath module Math module Symbols class Nu < Symbol INPUT = { - unicodemath: [["nu", "&#x3bd;"], parsing_wrapper(["upnu"])], - asciimath: [["nu", "&#x3bd;"], parsing_wrapper(["upnu"])], + unicodemath: [["nu", "&#x3bd;"], parsing_wrapper(["upnu"], lang: :unicode)], + asciimath: [["nu", "&#x3bd;"], parsing_wrapper(["upnu"], lang: :asciimath)], mathml: ["&#x3bd;"], latex: [["upnu", "nu", "&#x3bd;"]], omml: ["&#x3bd;"], html: ["&#x3bd;"], }.freeze