fix rule selector

This commit is contained in:
Gabe Yuan
2023-09-05 13:27:04 +08:00
parent c6f8a45027
commit 37b046eb46

View File

@@ -1,4 +1,4 @@
const els = `li, p, h1, h2, h3, h4, h5, h6, dd`;
const els = `li, p, h1, h2, h3, h4, h5, h6, dd, blockquote`;
export const DEFAULT_SELECTOR = `:is(${els})`;