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