File tree 2 files changed +2
-2
lines changed
aio/tools/transforms/templates/cli
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h2 class="no-anchor">
23
23
< p > This command has the following < a href ="#{$ doc.name $}-commands "> commands</ a > :< p >
24
24
< ul >
25
25
{% for subcommand in doc.subcommands %}
26
- < li > < code class =" no-auto-link " > < a class ="code-anchor " href ="#{$ subcommand.name $}-command "> {$ subcommand.name $}</ a > </ code > </ li >
26
+ < li > < a class ="code-anchor " href ="#{$ subcommand.name $}-command "> {$ subcommand.name $}</ a > </ li >
27
27
{% endfor %}
28
28
</ ul >
29
29
{% endif %}
Original file line number Diff line number Diff line change 90
90
{% if container.subcommands.length %}
91
91
< h2 > < a id ="{$ container.name $}-commands "> </ a > {$ container.name | title $} commands</ h2 >
92
92
{% for subcommand in container.subcommands %}
93
- < h3 > < code class =" no-auto-link " > < a id ="{$ subcommand.name $}-command "> </ a > {$ subcommand.name $}</ code > </ h3 >
93
+ < h3 > < a id ="{$ subcommand.name $}-command "> </ a > {$ subcommand.name $}</ h3 >
94
94
{$ renderSyntax(subcommand, name) $}
95
95
{$ subcommand.shortDescription | marked $}
96
96
{# for now we assume that commands do not have further sub-commands #}
You can’t perform that action at this time.
0 commit comments