chinalwb / Android-Rich-text-Editor

Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Apache License 2.0
845 stars 167 forks source link

ISSUE: wrong numbering for nested Ordered list. #164

Closed vishalx4 closed 1 year ago

vishalx4 commented 1 year ago
Screenshots before after
vishalx4 commented 1 year ago

@chinalwb please check the fix.

vishalx4 commented 1 year ago

Steps to reprodue: step1: use string given in https://drive.google.com/file/d/1X_q9sKJdwSndpI5cLGz-6Azj9ULVGoCg/view?usp=sharing . step2: go to ARE_DefaultToolbarActivity.java and in setHtml() method use this string. step3: open the app and with default toolbar

chinalwb commented 1 year ago

Great catch! I'll check it out and merge it ASAP! Thanks for the effort!

chinalwb commented 1 year ago

@vishalx4 Merged. Thank you again!