File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/markdown/.partials Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<tr >
2
- <td >{{tree path}}{{propName}} {{#if required}}<strong >(required)</strong >{{/if}}</td >
2
+ <td >{{tree path}}{{propName}} {{#if required}} <strong >(required)</strong >{{/if}}</td >
3
3
<td >
4
4
{{#if prop.schema}}
5
5
{{prop.schema.type}}
Original file line number Diff line number Diff line change 1
1
<tr >
2
- <td >{{#if prop.deprecated}}<s >{{tree path}}{{propName}}</s > (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}}<strong >(required)</strong >{{/if}}</td >
2
+ <td >{{#if prop.deprecated}}<s >{{tree path}}{{propName}}</s > (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}} <strong >(required)</strong >{{/if}}</td >
3
3
<td >
4
4
{{prop.type}}
5
5
{{~#if prop.anyOf}}anyOf{{~/if}}
You can’t perform that action at this time.
0 commit comments