We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1444056 commit 5a61eb7Copy full SHA for 5a61eb7
src/generators/legacy-json/utils/buildSection.mjs
@@ -255,7 +255,7 @@ function parseListItem(child) {
255
child.children.filter(node => node.type !== 'list')
256
)
257
.replace(/\s+/g, ' ')
258
- .replace(/<!--.*?-->/gs, '');
+ .replaceAll(/<!--.*?-->/gs, '');
259
260
if (!current.textRaw) {
261
throw new Error(`empty list item: ${JSON.stringify(child)}`);
0 commit comments