在编辑器中使用 H1 与 H2 标题

哈哈——我刚才也在研究这个问题。在快速测试中,这会隐藏 markdown 和富文本编辑器中的 H1 选项:

button[data-name="heading-1"] {
  display: none;
}

(我可能会保留这个设置!我认为在编辑器中提供 H1 没什么太大必要。)

2 个赞