We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
}}
1 parent 71de585 commit cb8aeafCopy full SHA for cb8aeaf
1 file changed
src/griffe2md/templates/docstring/attributes.md.jinja
@@ -5,7 +5,7 @@
5
Name | Type | Description
6
---- | ---- | -----------
7
{%- for attribute in section.value %}
8
-[`{{ attribute.name }}`](#{{ obj.path }}.{{ attribute.name }}) | {% if attribute.annotation -%}{%- with expression = attribute.annotation -%}<code>{% filter replace("|", "\\|") %}{%- include "expression.md.jinja" with context -%}{% endfilter %}</code>{%- endwith -%}{%- endif %} | {{ attribute.description|newline_to_br }} }}
+[`{{ attribute.name }}`](#{{ obj.path }}.{{ attribute.name }}) | {% if attribute.annotation -%}{%- with expression = attribute.annotation -%}<code>{% filter replace("|", "\\|") %}{%- include "expression.md.jinja" with context -%}{% endfilter %}</code>{%- endwith -%}{%- endif %} | {{ attribute.description|newline_to_br }}
9
{%- endfor -%}
10
11
{%- elif config.docstring_section_style == "list" %}
0 commit comments