-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorized bullet point #603
Comments
Another option to consider is adding an icon to each list item. - :icon-check-circle: Pros 1
- :icon-check-circle: pros 2
- :icon-alert: keep in mind
- :icon-circle-slash: con The above sample creates the following list: ![]() You could take this even further by using a - [!badge variant="info" text=":icon-check-circle:"] Pros 1
- [!badge variant="info" text=" :icon-check-circle:"] pros 2
- [!badge variant="info" text=" :icon-alert:"] keep in mind
- [!badge variant="info" text=" :icon-circle-slash:"] con The above sample creates the following list: ![]() You could also experiment with changing the Using Emoji's is another option if you want to go bold.
![]() Hope this helps. |
The <style>
#icon-list, #icon-list ul {
list-style-type: none;
padding-left: 1rem;
}
</style> Hope this helps. |
thanks a lot. it has solved the issue. |
Is it possible to add colorized bullet point (for both unsorted types)? It will be easier and will take less space than other method like using header or column. Will be helpful.
The text was updated successfully, but these errors were encountered: