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 {