fix(editor): use correct getMarkdown API for @tiptap/markdown (#219)

The migration from tiptap-markdown to @tiptap/markdown (38e92040)
changed the getMarkdown API location. The old package stored it at
editor.storage.markdown.getMarkdown(), but @tiptap/markdown adds it
directly as editor.getMarkdown(). This caused getEditorMarkdown() to
always return "", preventing description (and any markdown content)
from being saved when creating or editing issues/comments.
This commit is contained in:
Bohan Jiang 2026-03-31 15:28:02 +08:00 committed by GitHub
parent cfd2fdf70f
commit a5a2673642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available