class Paru::PandocFilter::MetaValue
A MetaValue
Node
is either a MetaMap
, MetaList
, MetaBool
, MetaString
, MetaInlines
, or a MetaBlocks
.
@see hackage.haskell.org/package/pandoc-types-1.17.0.4/docs/Text-Pandoc-Definition.html#t:MetaValue
@!attribute value
@return [String|Boolean]
Attributes
value[RW]
Public Class Methods
Public Instance Methods
ast_contents()
click to toggle source
The AST contents
# File lib/paru/filter/meta_value.rb, line 43 def ast_contents() @value end