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 9960f54 commit f6d962dCopy full SHA for f6d962d
src/griffe2md/templates/attribute.md.jinja
@@ -15,11 +15,7 @@
15
{%- if config.separate_signature -%}
16
{{ attribute_name }}
17
{%- else -%}
18
-<code>
19
-{{ attribute_name }}
20
-{%- if attribute.annotation -%}: {{ attribute.annotation }}{%- endif -%}
21
-{%- if attribute.value %} = {{ attribute.value }}{%- endif -%}
22
-</code>
+`{{- attribute_name }}{% if attribute.annotation -%}: {{ attribute.annotation }}{%- endif -%}`
23
{%- endif -%}
24
{%- endfilter -%}
25
0 commit comments