github udecode/plate @platejs/markdown@50.0.0

latest releases: @platejs/markdown@50.1.1, @platejs/ai@50.1.1, @platejs/markdown@50.1.0...
19 hours ago

Patch Changes

  • #4587 by @felixfeng33 – Added support for preserving block IDs in markdown serialization to enable AI comment tracking.

    Changes:

    • Enhanced Serialization: Updated serializeMd to support withBlockId option for maintaining block references

    Example:

    // Serialize with block IDs preserved
    const markdown = serializeMd(editor, {
      withBlockId: true,
    });
    // Output: <block id="block-1">Content here</block>

Don't miss a new plate release

NewReleases is sending notifications on new releases.