Tips & Tricks
Dec 13, 2023 ยท 5 min read5 Markdown Hacks That Will Make You Look Like a Pro
Level up your Markdown game with these lesser-known tricks that will save you time and impress your colleagues.
Think you know Markdown? These hidden gems might surprise you! Let's dive into some cool tricks that will take your Markdown skills to the next level.
1. Task Lists FTW
Did you know you can create interactive task lists? Just use `- [ ]` for an empty checkbox and `- [x]` for a checked one. Perfect for project planning!
2. Emoji Power
Yes, you can use emojis in Markdown! Just type `:smile:` to add some ๐ to your documents. It's that simple!
3. Keyboard Magic
Use `<kbd>` tags to show keyboard shortcuts like <kbd>Ctrl</kbd> + <kbd>C</kbd>. Your technical docs will never look the same!