This document tests spacing behavior in all container types with multiple paragraphs.
First list item, first paragraph. This should flow naturally.
First list item, second paragraph. There should be NO extra blank lines between these paragraphs.
First list item, third paragraph. Still no extra spacing.
Second list item, first paragraph.
Second list item, second paragraph. Again, no extra spacing within the same item.
Third list item with a single paragraph only.
Step one, first paragraph explaining the process.
Step one, second paragraph with more details. No extra blank lines.
Step two, single paragraph.
Step three, first paragraph.
Step three, second paragraph.
Step three, third paragraph. All tight together.
First paragraph of the quote. This represents someone's words.
Second paragraph of the same quote. Should flow continuously without extra spacing.
Third paragraph concluding the quote. Still part of the same quotation block.
Regular paragraph between quotes.
Another quote with just two paragraphs.
Second paragraph of this quote.
First definition paragraph explaining the term.
Second definition paragraph with additional context. No extra spacing.
Third definition paragraph with examples.
Single paragraph definition.
First definition for third term.
Second definition paragraph.
Alternative definition, first paragraph.
Alternative definition, second paragraph.
Introduction to the quoted list.
First item in quoted list.
Second paragraph of first item.
Second item in quoted list.
Conclusion of the quote.
List item starts here.
First paragraph of nested quote.
Second paragraph of nested quote.
List item continues after quote.
Another list item.
Outer list item, first paragraph.
Outer list item, second paragraph.
Nested list item, first paragraph.
Nested list item, second paragraph.
Another nested item.
Outer list item continues.
Paragraph before code block.
function example() {
return "code block";
}
Paragraph after code block. Should have minimal spacing.
Item with bold and italic text in multiple paragraphs.
Second paragraph with inline code and regular text.
Single paragraph item - should still work correctly.
Another single paragraph item.
First paragraph.
Second paragraph.
Third paragraph.
In all the above cases:
Multiple paragraphs within the SAME container item should have NO extra blank lines between them.
Different items (list items, definition terms, separate quotes) SHOULD have proper spacing between them.
Top-level paragraphs (not in containers) SHOULD have normal spacing.
This is the end of the test document.