feat: stripped whitespaces from lyrics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
29770825a4
commit
be09562632
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user