瀏覽代碼

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>