hrThenParagraphDoc function

MutableDocument hrThenParagraphDoc()

Implementation

MutableDocument hrThenParagraphDoc() => MutableDocument(
      nodes: [
        HorizontalRuleNode(id: "1"),
        ParagraphNode(id: "2", text: AttributedText("Paragraph 1")),
      ],
    );