fix/bandcamp #12

Merged
Hazel merged 22 commits from fix/bandcamp into experimental 2024-04-23 10:04:52 +00:00
Showing only changes of commit be09562632 - Show all commits

View File

@ -36,7 +36,7 @@ class FormattedText:
@property
def markdown(self) -> str:
return md(self.html)
return md(self.html).strip()
def __str__(self) -> str:
return self.markdown