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