# File lib/maruku/ext/math/elements.rb, line 3
    def md_inline_math(math)
      self.md_el(:inline_math, [], :math => math)
    end