Преглед на файлове

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>