Ah, I didn’t realize that! Probably explains Pfaffman’s comment that “the first level of header in a post should be an h3” [1]
The CSS hack then becomes:
button[data-name="heading-1"], button[data-name="heading-2"] {
display: none;
}
Thanks for addressing accessiblity – I’m working on keeping that in mind.