Skip to content

Releases: aguingand/tiptap-markdown

v0.8.0

23 Jun 08:55
Compare
Choose a tag to compare

Features

  • Allow to paste / copy text as markdown with new transformPastedText & transformCopiedText options (#19)

Bug fixes

  • Prevent failing if there is no parsed child element (#20)

v0.7.4

08 Jun 12:41
Compare
Choose a tag to compare

Bug fixes

  • Fix marks not handled correctly, e.g. whitespaces not expelled from bold/italic (#17)

v0.7.0

13 May 17:56
Compare
Choose a tag to compare

Breaking changes

createMarkdownEditor as been dropped in favor of a more friendly Markdown Tiptap extension. See the migration guide.