@julian that makes sense. I should probably just not render `summary` for now if `content` is present and renderable. And I then render `name` as a title field

Darius Kazemi
@darius@friend.camp
Post
-
So I'm improving Article display in Hometown. -
So I'm improving Article display in Hometown.So I'm improving Article display in Hometown.
@julian made this post:https://browser.pub/https://community.nodebb.org/post/105824
`content` and `summary` are ALMOST the same, so my software renders repeated content. I'd like to be able to say "if content and summary are the same, then default to one of them and exclude the other". Now the only difference seems to be a newline, so maybe I just trim whitespace but... thoughts? Is this good use of `summary` by nodebb in the first place?