From 7834094f7c21c2eceda0a34ee4a3307f9b31995f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 16 May 2019 16:04:19 +0200 Subject: [PATCH] Markdownify ingredients list --- layouts/partials/ingredients.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/ingredients.html b/layouts/partials/ingredients.html index 99e6940..98cad70 100644 --- a/layouts/partials/ingredients.html +++ b/layouts/partials/ingredients.html @@ -4,8 +4,8 @@ {{ with .Params.portions -}}
- pour {{ .qt }} - {{- with .name }} {{.}} + pour {{ .qt | markdownify }} + {{- with .name }} {{ . | markdownify }} {{- else }} portions{{ end -}}
{{- end }} @@ -13,13 +13,13 @@