How to add bullets & sub bullets after I added a number?

Hii.. how to add bullets & sub bullets after I added a number. eg- here I have highlighted the issue. I want it to be in bullet not in numbers

is there any advanced add ons for these kinda formatting

You don’t need an add-on for that. Just use an unordered list for the section:
image

it was not working… that’s y asked.

That would be useful to indicate from the start.
In what way it’s not working? What are the steps you are taking and what is the result that’s not matching the intention?

if I click the bullet button its going to left margin orientation, not starting a subbullet.

Use the indent/outdent buttons (under alignment) to adjust the button level. Hover over them to see the shortcuts.

see in the image I created a numbered item then the sub item is in bullets..

I actually tricked by adding bulleted items & indented right more to look like a sub item

but the problem is the next item starts with 1. not 3.

I hope u guys can understand the problem…

I want the item to be in numbers but subitems to be in bullets it is possible ???

can I use Claude or gemini to code the shit myself :sweat_smile: as an add-on & sell it

also can someone pls tell me is it possible to order items in alphabets rather than numbers …

The formatting bar does a good job at the basics, but it can’t read your mind. If you want to do more complicated formatting, it’s time for you to learn that the cards are really written in HTML. You can open the HTML view by clicking < > just above a field.

Then you can check some basic HTML resources like W3 Schools - HTML Lists and figure out how to – set the start number for a new list, make sure you haven’t closed a list so you can resume it, or change the number/letter/symbol used for the list.