Sha256: 9337a70ef93c25b5e39abdd5b289eb1bb562d85d2e7a80c9b38c442659b4c31d
Contents?: true
Size: 381 Bytes
Versions: 22
Compression:
Stored size: 381 Bytes
Contents
//= require ./trix@1.3.1.esm.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
22 entries across 22 versions & 1 rubygems