| OLD | NEW |
| 1 <dt> | 1 <dt> |
| 2 <span class="variable">{{name}}</span> | 2 <span class="variable">{{name}}</span> |
| 3 <span class="property"> | 3 <span class="property"> |
| 4 ( | 4 ( |
| 5 {{?optional}}<span class="optional">optional</span>{{/}} | 5 {{?optional}}<span class="optional">optional</span>{{/}} |
| 6 {{+partials.variable_type}} | 6 {{+partials.variable_type}} |
| 7 ) | 7 ) |
| 8 </span> | 8 </span> |
| 9 </dt> | 9 </dt> |
| 10 {{?description}}<dd> | 10 {{?description}}<dd> |
| 11 {{{description}}} | 11 {{{description}}} |
| 12 </dd>{{/description}} | 12 </dd>{{/description}} |
| 13 {{+partials.enum_descriptions values:enum_values}} | |
| 14 {{?array.is_object}} | 13 {{?array.is_object}} |
| 15 <h4>Properties of each item</h4> | 14 <h4>Properties of each item</h4> |
| 16 {{+partials.type @:array}} | 15 {{+partials.type @:array}} |
| 17 {{/array.is_object}} | 16 {{/array.is_object}} |
| OLD | NEW |