re-added markdown support under EJS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<h3>
|
||||
<%= post.title %>
|
||||
</h3>
|
||||
<%= post.content %><br/>
|
||||
<%- converter.makeHtml(post.content) %><br/>
|
||||
<a href="/post/<%- index %>">Permalink</a><br/>
|
||||
<i>
|
||||
By <a href="/user/<%= user.username %>"><%= user.username %></a><br/>
|
||||
|
Reference in New Issue
Block a user