Test history limited count

jQuery v3.3.1 Bootstrap v4.1.3

Hello World


    $(document).ready(function() {
      $('.summernote').summernote({
        height: 300,
        tabsize: 2,
        followingToolbar: true,
        historyLimit: 5
      });
    });