A CLI tool that converts Markdown to Slack-compatible rich text format.
- Slack-optimized conversion: Converts Markdown to HTML optimized for Slack's rich text format
- Smart heading handling: Transforms Markdown headings (
# Title) to bold text while preserving the#symbol for visual clarity - Natural line breaks: Automatically handles line breaks in your text
- Multiple input methods: Read from files, command-line arguments, or clipboard
- Automatic clipboard integration: Copies converted HTML to clipboard (macOS only)
npm install -g mdjanaimdjanai "# My Title
**Bold text** and *italic text*"mdjanai --file path/to/your/document.mdSimply run the command without arguments to automatically read from your clipboard:
mdjanai- Heading
- Bulleted list
- Numbered list
- Checkbox
- Text formatting
- Bold
- Italic
- Strikethrough
- Inline code
- Link
- Table
- Code block
- Quote
- Callout
- Horizontal rule