We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723e613 commit bab92acCopy full SHA for bab92ac
.docfx/template/ManagedReference.extension.js
@@ -64,7 +64,8 @@ function updateTypeModelData(model) {
64
if (!grand.syntax?.content)
65
continue;
66
for (const content of grand.syntax.content) {
67
- //content.value = content.value.replaceAll(/\][\s\r\n\\rn]*/g, ']\n');
+ // NOTE: model data has only obsolete attribute in syntax data even if other atttributes exist.
68
+ // and newline will be added after ']' automatically, so nothing to do here.
69
}
70
71
0 commit comments