From 256d17eba85adf9d18224ad73a0ddaa0e29bda12 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 25 May 2020 11:47:49 +0100 Subject: [PATCH] docs: markdownify the strings in the commands index --- docs/layouts/section/commands.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layouts/section/commands.html b/docs/layouts/section/commands.html index 5f151b406..ec15f474b 100644 --- a/docs/layouts/section/commands.html +++ b/docs/layouts/section/commands.html @@ -14,8 +14,8 @@ {{ range .Data.Pages }} - {{ .Title }} - {{ .Description }} + {{ .Title | markdownify }} + {{ .Description | markdownify }} {{ end }}