Kane See

Results 2 comments of Kane See

I found the same issue. If the list contains a div, this plugin does not work. The simple fix/hack is to comment out line 112 // this.setInsertPositionsWhenNecessary();

Digging further, seems it might be because the default [@RetentialPolicy](https://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html#CLASS) on `@Generated` and `@Immutable` is `CLASS` > Annotations are to be recorded in the class file by the compiler but...