diff --git a/src/views/mastoapi.nim b/src/views/mastoapi.nim index 5abe66f..1d11e74 100644 --- a/src/views/mastoapi.nim +++ b/src/views/mastoapi.nim @@ -43,7 +43,7 @@ proc formatTweetForMastoAPI*(tweet: Tweet, cfg: Config, prefs: Prefs): string = let note = get(tweet.birdwatch) noteContent = replaceUrls(note.text, prefs) - content &= &"\n
ⓘ {note.title}\n{noteContent}
" + content &= &"\n\n
ⓘ {note.title}\n{noteContent}
" result = content.replace("\n", "
")