v2.2.1
- Fix multi-paragraph put replace/insert: text starting with '## Heading\n\nBody...' no longer jams everything into a single heading paragraph. Now splits via group_paragraphs() — heading becomes h node, body becomes separate p nodes.
- Added _insert_chunks_after() helper for sequential multi-chunk inserts.