Browse Source

Parse ingredient as markdown in shortcode

Bee Hudson 6 tháng trước cách đây
mục cha
commit
6ef53889d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>