cubic_def.cjs 149 B

1234
  1. module.exports = {
  2. markdown: `[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x`,
  3. html: `<p>[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x</p>`,
  4. };