Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 3, 2017
1 parent e432bd9 commit c31845d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/markdown.md.twig
Expand Up @@ -85,7 +85,7 @@
{% if schema.properties or schema.patternProperties or schema.additionalProperties %}
* [{{ schema.title ?: 'Object' }}](#{{ schema.constraintId }})
{% elseif schema.items %}
{{ me.render_constraints(schema) }} * Items:
{{ me.render_constraints(schema) }} * __Items__:
{{ me.render_object_property(schema.items) }}
{% else %}{{ me.render_constraints(schema) }}{% endif %}
{% endmacro %}
Expand Down
4 changes: 2 additions & 2 deletions tests/Console/resource/template.md
Expand Up @@ -50,7 +50,7 @@ A canonical song
* Type: integer
* `ratings`:
* Type: array
* Items:
* __Items__:
* [Rating](#ObjectId)

<a name="ObjectId"></a>
Expand Down Expand Up @@ -79,7 +79,7 @@ A canonical song
* Type: integer
* `ratings`:
* Type: array
* Items:
* __Items__:
* [Rating](#ObjectId)

<a name="ObjectId"></a>
Expand Down

0 comments on commit c31845d

Please sign in to comment.