- Is this the same as Markdown-to-Slack?
- Yes — both convert between GitHub-flavored Markdown and Slack's mrkdwn. Different tool names; same engine. Historical aliasing for discoverability.
- What's lost in translation?
- Headings become bold text (mrkdwn has no headings). Tables are stripped. Nested lists flatten. Mrkdwn is simpler than Markdown.
- Does it handle Slack-specific syntax?
- Yes — user mentions `<@U12345>`, channel mentions `<#C12345>`, and special `<!here>` strings are generated when your Markdown has corresponding patterns.
- Can I go the other way (mrkdwn → Markdown)?
- Toggle direction. Useful when a Slack export needs to become a blog post or documentation.