Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 15, 2024
1 parent f9b6eb7 commit 6115bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=20.0"
}
}
1 change: 1 addition & 0 deletions plugins/cls-loader/src/plugin/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ function reshapeHTML(text) {
if (Array.isArray(text)) {
text = text.join(" ");
}
return text;
text = text.replaceAll(/\[/gi, "\[");
text = text.replaceAll(/\]/gi, "\]");
text = text.replaceAll(/\<br\s*\/?\>/gi, "\n\n");
Expand Down
1 change: 1 addition & 0 deletions static/img/intersystems-docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6115bb2

Please sign in to comment.