Skip to content

Release v0.29.1

Choose a tag to compare

@timofriedlberlin timofriedlberlin released this 06 Feb 01:18
· 67 commits to main since this release
Immutable release. Only release title and notes can be modified.

Bug Fixes

  • Fix email handling in Jira markdown-to-ADF conversion — Upgrade md2adf to v0.1.1 (b3d94d0)

Details

Email autolinks (<user@example.com> and bare emails like user@example.com) were incorrectly converted to inlineCard nodes, causing Jira Cloud to reject the content. They are now converted to text nodes with a mailto: link mark, matching Jira's native editor format.

See upstream fix: codewandler/md2adf v0.1.1