Skip to content

Commit 09b9a19

Browse files
g required...?
1 parent d5eb189 commit 09b9a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docfx/template/ManagedReference.extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function updateTypeModelData(model) {
6464
if (!grand.syntax?.content)
6565
continue;
6666
for (const content of grand.syntax.content) {
67-
content.value = content.value.replaceAll(/\][\s\r\n\\rn]*/, '<br />');
67+
content.value = content.value.replaceAll(/\][\s\r\n\\rn]*/g, '<br />');
6868
content.value = 'DEBUG: ' + content.value;
6969
}
7070
}

0 commit comments

Comments
 (0)