# File lib/ritex.rb, line 128 def op o, opts=[] case @format when :mathml; markup(token(o), "mo", opts) when :raw; o end end