Class: Paru::PandocFilter::Block
Overview
A Block level node.
Direct Known Subclasses
BlockQuote, Caption, Cell, CodeBlock, DefinitionList, DefinitionListItem, Div, EmptyBlock, Figure, Header, List, Para, Plain, RawBlock, Row, Table, TableBody, TableEnd
Instance Method Summary collapse
-
#is_block? ⇒ Boolean
Is this node a block?.
Constructor Details
This class inherits a constructor from Paru::PandocFilter::Node
Instance Method Details
#is_block? ⇒ Boolean
Is this node a block?
30 31 32 |
# File 'lib/paru/filter/block.rb', line 30 def is_block? true end |