Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit a8582f3

Browse files
committed
Fixed rendering bug on GitHub.
1 parent dd1b72e commit a8582f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Markdown template plugin for doxdox.
1515

1616
##### Parameters
1717

18-
| Name | Type | Description | |
19-
| ---- | ---- | ----------- | - |
18+
| Name | Type | Description | |
19+
| ---- | ---- | ----------- | -------- |
2020
| data | `Array` | Methods parsed using a doxdox parser. |   |
2121

2222

template.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
##### Parameters
2626

27-
| Name | Type | Description | |
28-
| ---- | ---- | ----------- | - |
27+
| Name | Type | Description | |
28+
| ---- | ---- | ----------- | -------- |
2929
{{#each tags.param}}
3030
| {{name}} | {{#each types}}`{{.}}` {{/each}} | {{{description}}} | {{#if isOptional}}*Optional*{{else}} {{/if}} |
3131
{{/each}}
@@ -36,8 +36,8 @@
3636

3737
##### Properties
3838

39-
| Name | Type | Description | |
40-
| ---- | ---- | ----------- | - |
39+
| Name | Type | Description | |
40+
| ---- | ---- | ----------- | -------- |
4141
{{#each tags.param}}
4242
| {{name}} | {{#each types}}`{{.}}` {{/each}} | {{{description}}} | {{#if isOptional}}*Optional*{{else}} {{/if}} |
4343
{{/each}}

0 commit comments

Comments
 (0)