·
2398 commits
to main
since this release
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: undefinedto the node - Add options:
memoize: Enable block-level memoization with_memoproperty, so it is compatible withPlateStaticmemoization.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.serializeindenting should be 3 spaces instead of 2.