Skip to content

Commit f8b4564

Browse files
committed
try markdownify
1 parent a431811 commit f8b4564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</head>
8787
<body>
8888
<main>
89-
{{ content }}
89+
{{ content | markdownify}}
9090
</main>
9191
</body>
9292
</html>

0 commit comments

Comments
 (0)