You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wie nennt man jemanden, der gegen Covid-Politik Proteste organisiert, und sich dann mit einem Covid-Testcenter an der Zitze des Staates labt?<p><a href="https://www.mdr.de/nachrichten/sachsen-anhalt/dessau/bitterfeld/buergermeister-raguhn-jessnitz-loth-afd-100.html">Bürgermeister und AfD-Abgeordneter</a>.
Proposed patch:
- return '%s\n\n' % text if text else ''
+ return '\n\n%s\n\n' % text if text else ''
Unsure if the newlines after actually need to be there, but, sure, why not. People have to postprocess the output of this to clean up newlines anyway.
The text was updated successfully, but these errors were encountered:
Input:
Proposed patch:
Unsure if the newlines after actually need to be there, but, sure, why not. People have to postprocess the output of this to clean up newlines anyway.
The text was updated successfully, but these errors were encountered: