diff --git a/src/nodes/html.ts b/src/nodes/html.ts
index 409084b..d54e07c 100644
--- a/src/nodes/html.ts
+++ b/src/nodes/html.ts
@@ -29,6 +29,7 @@ export interface RawAttributes {
export type InsertPosition = 'beforebegin' | 'afterbegin' | 'beforeend' | 'afterend';
+// https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements
const kBlockElements = {
address: true,
article: true,