:nodoc:
121 122 123 124 125 126
# File 'lib/ritex.rb', line 121 def token o #:nodoc: case @format when :mathml; MathML::TOKENS[o] || o when :raw; o end end