Line

line.template#

Type: string

Default: '<hr>'

HTML template for the horizontal rule inside the line block.

const app = Redactor('#entry', {
  line: {
    template: '<hr class="divider">'
  }
});