15.38.0 (2026-04-07)
Features
- core: allow independent registration and override of node/mark specs in extensions (#990) (e4b156c)
- core: backport 4 improvements to serializer from prosemirror-markdown upstream (#1046) (aa6891b)
- deps: bump markdown-it-ins to 4.0.0 (#1040) (0f6b5bb)
- SelectionContext: update selection context panel view (#1044) (65b57bc)
Bug Fixes
- core: smarter underscore and exclamation mark escaping when serializing to markdown (#1045) (69fcd72)
- Lists: improve nested list collapse for deep structures (#1041) (6dca6ae)
Refactoring
- CodeBlock: replace addNode workaround with direct parser token registration (#991) (66c3c08)
- Heading,YfmHeading: extend Heading base extension instead of replacing it entirely (#1023) (b7f7d55)