0
0
Fork 0

render the html in the atom feed

This commit is contained in:
Gibheer 2013-11-08 19:55:17 +01:00
parent 7ca8100d23
commit 33c5439cd2
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ feed xmlns='http://www.w3.org/2005/Atom'
author
name=post[:username]
summary type='html'=post[:content]
content type='html'=post[:content]
content type='html'=Kramdown::Document.new(post[:content]).to_html