Skip to content

v3.0.1

Choose a tag to compare

@DAWNCR0W DAWNCR0W released this 21 Jul 09:41
9df91f3

Highlights

  • Markdown import and export now preserve AFFiNE inline LinkedPage references, allowing linked-page relationships to round-trip safely through Markdown.

What Changed

  • Valid [label](LinkedPage:<docId>) links import as native inline references instead of broken URL links.
  • Exported native references serialize back to the same LinkedPage: Markdown scheme.
  • Standalone LinkedPage links remain paragraphs rather than being converted into invalid bookmark blocks.
  • Added fast regression coverage for parsing, rendering, compatibility, and round-trip behavior.

Validation Evidence

  • npm run ci
  • npm run test:e2e
  • npm run pack:check