Skip to content

Commit

Permalink
add newlines for proper display
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jun 2, 2024
1 parent 4c5f30c commit efc5eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/markdown-compact.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
{%- for attribute in object.attributes %}
- <details>
<summary>{{attribute.name}}</summary>

- Type: {% for dtype in attribute.dtypes -%} {{dtype}}{% if not loop.last %}, {% endif %}{% endfor -%}
{%- if attribute.term %}
- Term: {{ attribute.term }}
{%- endif %}
{%- for option in attribute.options %}
- {{ option.key }}: {{ option.value }}
{%- endfor %}

</details>
{%- endfor %}
{% endfor %}
Expand Down

0 comments on commit efc5eca

Please sign in to comment.