Explorar el Código

fix expandable

zwbetz hace 5 años
padre
commit
eba9255448
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      layouts/shortcodes/expandable.html

+ 1 - 1
layouts/shortcodes/expandable.html

@@ -15,6 +15,6 @@
     </h{{ .Get "level"}}>
   {{ end }}
   <div id="js-expandable-{{ .Inner | md5 }}" {{ with .Get "open" | not }}hidden{{ end }}>
-    {{ .Inner }}
+    {{ .Inner | markdownify }}
   </div>
 </div>