Placeholders
{{check}} → Displays a checkmark ✔
{{uncheck}} → Displays an empty mark ☐
These marks have no extra styling (no color, no cross, no automatic formatting). They will always appear as plain check symbols, keeping your list clean and consistent.
Example
If you type:
{{check}} - MP3 Files
{{uncheck}} - Zip Files
It will display as:
✓ MP3 Files
✗ Zip Files
Using Other Icons
Because this system is based on Google Material Icons, you’re not limited to checkmarks. You can use any Material Icon name inside double curly brackets:
{{star}} - Featured Track
{{download}} - Includes WAV Files
{{close}} - No Free Updates
This will render as:
⭐ Featured Track
⬇ Includes WAV Files
✖ No Free Updates
Notes
Separate each item with a line break.
The system does not apply color or style changes to these placeholders.
Use {{check}} for features you want to highlight, and {{uncheck}} for unavailable ones.