🍍 New Release: 1.0.4
Feat
New syntax for create a custom buttons[btn=URL=ICON]TITLE[/btn]
[btn=https://example.com=fa-solid fa-star]Download[/btn]Custom Buttons.png
All custom buttons have a name class (button title), so you can set custom style, for example:
/* style for Download btn */ a[name="Download"] { border-radius: 1rem; background-color: #373737; color: white; padding: 1rem; font-size: 1.20rem; border: 2px solid #6c757d !important; } /* color icon */ a[name="Download"] > i { color: red !important; }