Class: Markbridge::AST::Paragraph

Inherits:
Element show all
Defined in:
lib/markbridge/ast/paragraph.rb

Overview

Represents a paragraph element.

Examples:

paragraph = AST::Paragraph.new
paragraph << AST::Text.new("This is a paragraph.")

Instance Attribute Summary

Attributes inherited from Element

#children

Method Summary

Methods inherited from Element

#<<, #initialize

Constructor Details

This class inherits a constructor from Markbridge::AST::Element