Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:07
· 42 commits to main since this release
v0.7.1: Fix nested markup when pasting inside a Track Changes marker

- Pasting CriticMarkup inside an existing marker no longer nests
  (e.g. {++any++} into an addition). Inner markers are flattened to
  their accept-form before being absorbed, so the marker just grows
  by plain text. Counterpart to the #40 plain-text paste fix.