Skip to content

Choose a tag to compare

@github-actions github-actions released this 13 Jan 02:44
· 2398 commits to main since this release
fefc6f4

Patch Changes

  • #3952 by @zbeyens
    • editor.api.markdown.deserialize:
      • Improve support for indented lists: nested lists, mixed ordered and unordered lists
      • Fix: markdown codeblock without language should not set lang: undefined to the node
      • Add options:
        • memoize: Enable block-level memoization with _memo property, so it is compatible with PlateStatic memoization.
        • parse: Filter out specific markdown token types (e.g. 'space')
        • processor: Customize the markdown processor
    • Add parseMarkdownBlocks: Extract and filter markdown tokens using marked lexer
    • Fix editor.api.markdown.serialize indenting should be 3 spaces instead of 2.