Skip to content

v2.2.1

Choose a tag to compare

@retospect retospect released this 18 Mar 21:28
  • 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.