v5.6.2
♻️ Refactors
- 130a740 ♻️ refactor: switch to only use single quote
- TL;DR: Anywhere where double quotes were used now use single quotes. This is excluding instances such as where HTML is used, since HTML tags require double quotes.
🧹 Chores
-
b85f845 🧹 chore(random): add alt text to html badge
-
2622751 🧹 chore(html): strip
![
from alt tags -
69ee96b 🧹 chore(html): only conditionally show
<a>
tags- In
mdb create
, the HTML version will no longer always be created with<a>
tags surrounding it. They will only surround the<img>
tag if a URL is entered within the prompt for a link. - When only
--html
is specified, empty<a>
tags will no longer be created, even when--link
hasn't been specified together with it.
- In
💄 Styling
- 99e394f 💄 style: use ansi-colors for prompts
- Removes gradient-string.
📦 Dependencies
- 28dafa8 📦 chore(package): Bump axios from 1.7.1 to 1.7.2
📝 Documentation
- ab07f5a 📝 docs: update docs
- Some things now mostly match the website, along with other tweaks being made where needed.