def print_annotations
      return nil if @annotations.empty?
      html = '<ol class="annotations">'
      @annotations.each_with_index do |an, index|
        html += "<li id=\"annotation-#{index + 1}\">#{an}</li>"