11diff --git a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/declaration-title.js b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/declaration-title.js
2- index c8529a5..4dadab7 100644
2+ index c8529a5..7f884c9 100644
33--- a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/declaration-title.js
44+++ b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/declaration-title.js
55@@ -20,9 +20,9 @@ function default_1(theme) {
@@ -15,7 +15,7 @@ index c8529a5..4dadab7 100644
1515 md.push(getType(this));
1616 if (!(this.type instanceof typedoc_1.LiteralType) &&
1717diff --git a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/reflection-title.js b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/reflection-title.js
18- index 24bbd50..70a032d 100644
18+ index 24bbd50..12e5c61 100644
1919--- a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/reflection-title.js
2020+++ b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/reflection-title.js
2121@@ -19,7 +19,7 @@ function default_1(theme) {
@@ -28,7 +28,7 @@ index 24bbd50..70a032d 100644
2828 }
2929 return title.join('');
3030diff --git a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/signature-title.js b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/signature-title.js
31- index 1d547e1..69766f8 100644
31+ index 38ade0b..77b86c1 100644
3232--- a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/signature-title.js
3333+++ b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/signature-title.js
3434@@ -20,9 +20,9 @@ function default_1(theme) {
@@ -44,7 +44,7 @@ index 1d547e1..69766f8 100644
4444 md.push(`(${getParameters(this.parameters)})`);
4545 if (this.type && !((_b = this.parent) === null || _b === void 0 ? void 0 : _b.kindOf(typedoc_1.ReflectionKind.Constructor))) {
4646diff --git a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/type.js b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/type.js
47- index 14c33a7..cad815e 100644
47+ index 8569286..88fe68d 100644
4848--- a/node_modules/typedoc-plugin-markdown/dist/resources/helpers/type.js
4949+++ b/node_modules/typedoc-plugin-markdown/dist/resources/helpers/type.js
5050@@ -90,7 +90,7 @@ function getDeclarationType(model) {
@@ -68,7 +68,7 @@ index 14c33a7..cad815e 100644
6868 : [];
6969 const params = fn.parameters
7070 ? fn.parameters.map((param) => {
71- @@ -128 ,9 +128 ,9 @@ function getReferenceType(model, emphasis) {
71+ @@ -127 ,9 +127 ,9 @@ function getReferenceType(model, emphasis) {
7272 : `\`${model.name}\``);
7373 }
7474 if (model.typeArguments && model.typeArguments.length > 0) {
@@ -81,7 +81,7 @@ index 14c33a7..cad815e 100644
8181 return reflection.join('');
8282 }
8383diff --git a/node_modules/typedoc-plugin-markdown/dist/utils.js b/node_modules/typedoc-plugin-markdown/dist/utils.js
84- index 051d9c6..4dc54b5 100644
84+ index f254aed..5e1e3b1 100644
8585--- a/node_modules/typedoc-plugin-markdown/dist/utils.js
8686+++ b/node_modules/typedoc-plugin-markdown/dist/utils.js
8787@@ -11,7 +11,8 @@ function formatContents(contents) {
0 commit comments