Class: Paru::PandocFilter::MetaInlines
- Includes:
- InnerMarkdown
- Defined in:
- lib/paru/filter/meta_inlines.rb
Overview
A MetaInlines node contains a list of Inline nodes
Instance Method Summary collapse
-
#inner_markdown ⇒ String
included
from InnerMarkdown
Get the markdown representation of this Node's children.
-
#inner_markdown=(markdown) ⇒ Object
included
from InnerMarkdown
Replace this Node's children with the Nodes represented by the markdown string.
Constructor Details
This class inherits a constructor from Paru::PandocFilter::Node
Instance Method Details
#inner_markdown ⇒ String Originally defined in module InnerMarkdown
Get the markdown representation of this Node's children.
#inner_markdown=(markdown) ⇒ Object Originally defined in module InnerMarkdown
Replace this Node's children with the Nodes represented by the markdown string