EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification This tests indenting "three". You should see a bullet then 1 and 2 before numbers "two", "three", and "four" respectively. one two three four Before:
  • one
  • three
    1. four
    After:
  • one
    1. three
    2. four