Skip to content

Commit 2fd71bc

Browse files
author
CI Build
committed
🗜️ build [skip ci]
1 parent 1e4a33d commit 2fd71bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/index.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function gfmHeadingId({ prefix = '', globalSlugs = false } = {}) {
110110
resetHeadings();
111111
}
112112
return src;
113-
}
113+
},
114114
},
115115
useNewRenderer: true,
116116
renderer: {
@@ -126,8 +126,8 @@ function gfmHeadingId({ prefix = '', globalSlugs = false } = {}) {
126126
headings.push(heading);
127127

128128
return `<h${level} id="${id}">${text}</h${level}>\n`;
129-
}
130-
}
129+
},
130+
},
131131
};
132132
}
133133

lib/index.umd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
resetHeadings();
115115
}
116116
return src;
117-
}
117+
},
118118
},
119119
useNewRenderer: true,
120120
renderer: {
@@ -130,8 +130,8 @@
130130
headings.push(heading);
131131

132132
return `<h${level} id="${id}">${text}</h${level}>\n`;
133-
}
134-
}
133+
},
134+
},
135135
};
136136
}
137137

0 commit comments

Comments
 (0)