118 119 120 121 122 123
# File 'lib/ritex.rb', line 118 def op o, opts=[] case @format when :mathml markup(token(o), "mo", opts) end end