Procházet zdrojové kódy

Parse ingredient as markdown in shortcode

Bee Hudson před 6 měsíci
rodič
revize
6ef53889d6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>