Method: Ritex::Parser#op

Defined in:
lib/ritex.rb

#op(o, opts = []) ⇒ Object



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