tinymce / tinymce-react

Offical TinyMCE React component
MIT License
938 stars 151 forks source link

Numbered list #390

Closed zilkenberg22 closed 1 year ago

zilkenberg22 commented 1 year ago

how to make numbered list like this :

  1. Test 1
  2. Test 2 2.1 test 2-1 2.2 test 2-2
  3. Test 3
exalate-issue-sync[bot] commented 1 year ago

Ref: INT-3025

tiny-james commented 1 year ago

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