Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onhate committed Jun 23, 2021
1 parent 044a1bf commit bd80104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd80104

Please sign in to comment.