1. Converting GitHub Release Notes for Slack
Release EngineerBackground
A release engineer needs to share the latest software update notes, written in GitHub-flavored Markdown, in a company-wide Slack channel.
Problem
The Markdown contains headers, bullet points, and a task list, which do not render correctly when pasted directly into Slack.
How to use
Paste the release notes Markdown into the input field, check 'Annotate Unsupported Elements', and run the converter.
{"annotateUnsupported": true}Outcome
The tool outputs Slack-compatible mrkdwn with bold headers and bullet points, and flags the task list as an unsupported element for manual adjustment.