Sha256: e08e711e43e7fdd040fea9f1b8c0e39cb49b42eafb446ff677404af553c32fc3
Contents?: true
Size: 377 Bytes
Versions: 8
Compression:
Stored size: 377 Bytes
Contents
//= require ./trix@1.3.1.js // Extra headings Trix.config.blockAttributes.heading2 = { tagName: "h2", terminal: true, breakOnReturn: true, group: false } Trix.config.blockAttributes.heading3 = { tagName: "h3", terminal: true, breakOnReturn: true, group: false } Trix.config.blockAttributes.heading4 = { tagName: "h4", terminal: true, breakOnReturn: true, group: false }
Version data entries
8 entries across 8 versions & 1 rubygems