re-added markdown support under EJS

This commit is contained in:
2025-07-23 02:49:05 +01:00
parent 306adf3943
commit 40e0cc80a3
5 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<h3>
<%= post.title %>
</h3>
<%= post.content %><br/>
<%- converter.makeHtml(post.content) %><br/>
<a href="/post/<%- postID %>">Permalink</a><br/>
<%- func.hyperlink_tags(post.tags) %>