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 80249da commit 337ad28Copy full SHA for 337ad28
data/templates/vuepress/class.md.twig
@@ -69,7 +69,7 @@
69
{% if loop.first -%}
70
**Uses** |
71
{%- endif -%}
72
- [{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](/api/traits.html#{{ tShort|lower|replace('\\', '-') }}) {{- '<br />' -}}
+ [{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](/api/traits.html#{{ tName|trim('\\')|lower|replace('\\', '-') }}) {{- '<br />' -}}
73
{% endfor %}
74
75
{% for author in class.tags.author %}
0 commit comments