Method: Paru::PandocFilter::Math#ast_contents

Defined in:
lib/paru/filter/math.rb

#ast_contentsObject

Create an AST representation of this Math node



74
75
76
77
78
79
# File 'lib/paru/filter/math.rb', line 74

def ast_contents
  [
    @math_type,
    @string
  ]
end