class Paru::PandocFilter::Block

A Block level node. @see hackage.haskell.org/package/pandoc-types-1.17.0.5/docs/Text-Pandoc-Definition.html#t:Block

Public Instance Methods

is_block?() click to toggle source

Is this node a block?

@return [Boolean] true

# File lib/paru/filter/block.rb, line 30
def is_block?
    true
end