tinymce-react
tinymce-react copied to clipboard
Numbered list
how to make numbered list like this :
- Test 1
- Test 2 2.1 test 2-1 2.2 test 2-2
- Test 3
Ref: INT-3025
That's not supported by TinyMCE directly, however as it is HTML you can get something working with CSS. https://codesandbox.io/s/css-nested-list-counter-hnj93r
based on the solution here: https://stackoverflow.com/a/11522260/7377237