# Markdown - Chat Apps Apps like Discord and Slack both have limited support for markdown in their apps and the features within! | Feature | More info | Discord | Slack Chat | Slack Canvas | | ----------------------------------- | --------- | ------- | ---------- | ------------ | | # Heading | | ✅ | ❌ | ✅ | | ## Heading | | ✅ | ❌ | ✅ | | ### Heading | | ✅ | ❌ | ✅ | | #### Heading (or more) | | ❌ | ❌ | ❌ | | -# Small Heading | | ✅ | ❌ | ❌ | | - Unordered List | | ✅ | ✅ | ✅ | | 1. Ordered List | | ✅ | ✅ | ✅ | | > Block Quotes | | ✅ | ✅ | ✅ | | - [ ] To Do List | | ❌ | ❌ | ✅ | | `code` | | ✅ | ✅ | ✅ | | ```code blocks``` | | ✅ | ✅ | ✅ | | [Hyperlinks](https://wiki.os80.dev) | | ✅ | ✅ | ✅ | | *italics* | | ✅ | ✅ | ✅ | | **bold** | | ✅ | ✅ | ✅ | | ~~strikethough~~ | | ✅ | ✅ | ✅ | | __underline__ | | ✅ | ❌ | ✅ | | \|\| Spoilers \|\|<br> | | ✅ | ❌ | ❌ | I wrote this before I realized [Markdown Guide](https://www.markdownguide.org/tools/) exists, so check them out or the first party documentation for more up to date info! - [Markdown Guide - Tools](https://www.markdownguide.org/tools/) - [Markdown Guide - Slack](https://www.markdownguide.org/tools/slack/) - [Markdown Guide - Discord](https://www.markdownguide.org/tools/discord/) %% Other Apps to Add I'd love to add info and tips for other apps such as Jira to this chart! Jira doesn't support Markdown, but does sortof... Maybe that should just get it's own page %%