# File lib/kramdown/parser/kramdown/math.rb, line 56 def parse_inline_math @src.pos += @src.matched_size @tree.children << Element.new(:math, @src[1], nil, :category => :span) end