List
A LineBlock is a List of Lists of Inline nodes
LineBlock
Inline
Create a new LineBlock node based on contents
@param contents [Array] the contents of the LineBlock
# File lib/paru/filter/line_block.rb, line 28 def initialize(contents) super(contents, Para) end