Explorar o código

fix expandable

zwbetz %!s(int64=5) %!d(string=hai) anos
pai
achega
eba9255448
Modificáronse 1 ficheiros con 1 adicións e 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>