Преглед изворни кода

Parse ingredient as markdown in shortcode

Bee Hudson пре 6 месеци
родитељ
комит
6ef53889d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      layouts/shortcodes/recipeIngredient.html

+ 1 - 1
layouts/shortcodes/recipeIngredient.html

@@ -1,5 +1,5 @@
 <li class="p-ingredient">
-    {{ .Get "text" -}}
+    {{ .Get "text" | markdownify -}}
     {{- with .Get "alternative" -}}
     <ul>
         <li class="p-ingredient">{{ . | markdownify }}</li>