module Paru::PandocFilter::InnerMarkdown

A mixin to add inner_markdown properties to Nodes for which it makes sense to have an inner_markdown. Only those nodes that have a clear identifiable Inline level content, have the {#inner_markdown} method. This are almost all Inline nodes (except Cite) and Block level nodes with Inline contents like {Para} or {Header}.