Skip to content

Commit 96477a0

Browse files
committed
Clean up the command line validators display format
1 parent 1eaa33e commit 96477a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Validators
105105
### Command Line
106106

107107
{% for tool in site.data.validator-cli %}
108-
- [{{ tool.name }}]({{ tool.url }}) - supports draft {{ tool.draft | join: ", draft " }} ({{ tool.license | join: ", " }}){% if tool.notes %}
108+
- [{{ tool.name }}]({{ tool.url }}) [draft {{ tool.draft | join: ", draft " }}] ({{ tool.license | join: ", " }}){% if tool.notes %}
109109
- {{ tool.notes }} {% endif %}{% endfor %}
110110

111111

0 commit comments

Comments
 (0)