Skip to content

Commit

Permalink
chore: Updated changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Feb 8, 2024
1 parent 8e10375 commit 252600e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-coats-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typedoc-plugin-markdown": patch
---

- Fixed omitted object literal default values.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`GithubWiki should output member docs 1`] = `
### new ClassA()
**new ClassA**(): [\`ClassA\`](../wiki/module-1.Class.ClassA)
> **new ClassA**(): [\`ClassA\`](../wiki/module-1.Class.ClassA)
#### Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ exports[`Remark should parse globals page 1`] = `
### someVariable
**\`const\`** **someVariable**: \`true\` = \`true\`
> **\`const\`** **someVariable**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
> **some_function**(\`param\`): \`void\`
#### Parameters
Expand All @@ -41,13 +41,13 @@ exports[`Remark should parse globals page without toc 1`] = `
### someVariable
**\`const\`** **someVariable**: \`true\` = \`true\`
> **\`const\`** **someVariable**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
> **some_function**(\`param\`): \`void\`
#### Parameters
Expand Down Expand Up @@ -75,7 +75,7 @@ exports[`Remark should parse members class page 1`] = `
### new SomeClass()
**new SomeClass**(): [\`SomeClass\`](SomeClass.md)
> **new SomeClass**(): [\`SomeClass\`](SomeClass.md)
#### Returns
Expand All @@ -85,7 +85,7 @@ exports[`Remark should parse members class page 1`] = `
### someProp
**someProp**: \`string\`
> **someProp**: \`string\`
"
`;

Expand Down Expand Up @@ -182,7 +182,7 @@ reallyUgly(javascript);
##### new SomeClass()
**new SomeClass**(): [\`SomeClass\`](module-1.md#someclass)
> **new SomeClass**(): [\`SomeClass\`](module-1.md#someclass)
###### Returns
Expand All @@ -192,7 +192,7 @@ reallyUgly(javascript);
##### someProp
**someProp**: \`string\`
> **someProp**: \`string\`
## Interfaces
Expand All @@ -202,19 +202,19 @@ reallyUgly(javascript);
##### someProp
**someProp**: \`string\`
> **someProp**: \`string\`
## Variables
### \\_\\_variable_with_underscores\\_\\_
**\`const\`** **\\_\\_variable_with_underscores\\_\\_**: \`true\` = \`true\`
> **\`const\`** **\\_\\_variable_with_underscores\\_\\_**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
> **some_function**(\`param\`): \`void\`
#### Parameters
Expand Down

0 comments on commit 252600e

Please sign in to comment.