v6.7.0
⭐ Badges
-
dd72c38 ⭐ feat(badges): add 2 new badges
➕ Added:
- Confluence (Documentation)
- Notion (Documentation)
✨ Features
-
b58b28e ✨ feat: support HTML in more commands
- HTML support has now been added to the
copy
andadd
commands! See an example of them both below:
📋
copy
mdb copy social discord --html # Will copy `<img src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white" alt="Discord">` to clipboard
➕
add
mdb add social discord README.md --html # Will add `<img src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white" alt="Discord">` to the `README.md` file in the same folder/location that the command is ran in.
- HTML support has now been added to the
📦 Packages
🐛 Bugfixes
- 6f00ca4 🐛 fix!: fix conflict with command name and category name
- This has been a long-standing bug that I only now discovered. The command
documentation
and the category name 'documentation' were both conflicting with each other. To solve this, the documentation command now usesdocs
to specify it, meaning thedocumentation
alias has been removed.
- This has been a long-standing bug that I only now discovered. The command