docs: markdownify the strings in the commands index

This commit is contained in:
Nick Craig-Wood 2020-05-25 11:47:49 +01:00
parent 5777f4481f
commit 256d17eba8
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
<tbody>
{{ range .Data.Pages }}
<tr>
<td><a href="{{ .RelPermalink }}">{{ .Title }}</a></td>
<td>{{ .Description }}</td>
<td><a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a></td>
<td>{{ .Description | markdownify }}</td>
</tr>
{{ end }}
</tbody>