From e9227422ad7a4218ae3aab16d7adedb75cd05df1 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Thu, 12 Jul 2018 16:00:12 -0500 Subject: [PATCH] Use item content as JSON content_html --- json.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json.go b/json.go index e262e4e..0eebea8 100644 --- a/json.go +++ b/json.go @@ -154,6 +154,8 @@ func newJSONItem(i *Item) *JSONItem { Id: i.Id, Title: i.Title, Summary: i.Description, + + ContentHTML: i.Content, } if i.Link != nil {