0
4

1 回答 1

0

我试图添加这些代码:

  formats: {
    h1: { block : 'h1', styles: { fontSize: '40px', 'font-weight': 'normal' }},
    h2: { block : 'h2', styles: { fontSize: '32px', 'font-weight': 'normal' }},
    h3: { block : 'h3', styles: { fontSize: '28px', 'font-weight': 'normal' }},
    h4: { block : 'h4', styles: { fontSize: '24px', 'font-weight': 'normal' }},
    h5: { block : 'h5', styles: { fontSize: '20px', 'font-weight': 'normal' }},
    h6: { block : 'h6', styles: { fontSize: '16px', 'font-weight': 'normal' }},
  },

它适用于;

<h3><strong>Subtitle goes here</strong></h3>

它可以解决你的问题。

于 2020-06-04T04:49:19.360 回答