소스 검색

fix expandable

zwbetz 5 년 전
부모
커밋
eba9255448
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>