diff --git a/tooter/tooter.go b/tooter/tooter.go index 871c0cc..71ec54a 100644 --- a/tooter/tooter.go +++ b/tooter/tooter.go @@ -159,7 +159,7 @@ func CreateToot(mastoClient mastodon.Client, newsDesc *gofeed.Item, sensitive bo } } - case "br": + case "br", "p": tootText += "\n" } }