ParagraphNode.simple constructor
      
      ParagraphNode.simple(
    
    
- String text
Implementation
ParagraphNode.simple(String text) : super(PlainTextNode(text));ParagraphNode.simple(String text) : super(PlainTextNode(text));