소스 검색

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>