Everybody loves Markdown, but pasting Markdown direcly into JIRA/Notion/Linear/Trello/BugTrack often results in platform specific quirks related to parsing Markdown. (Boooo!)
This tool takes Markdown input from the text input area, converts it to semantically correct HTML, and most importantly copies it to your clipboard as a text/html MIME type using ClipboardItem Web API.
When you then paste it into JIRA/Notion/Linear/Trello/BugTrack, you'd be surprised how perfectly those platforms handle content formatting when the correct MIME type is supplied.