minor cleanups

This commit is contained in:
Abubakar Abid 2022-01-23 20:25:06 -05:00
parent 15791b1d1d
commit a40700dae6
2 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ class Interface:
self.description = description
if article is not None:
article = utils.readme_to_html(article)
article = markdown2.markdown(article, extras=["fenced-code-blocks"])
article = markdown2.markdown(
article, extras=["fenced-code-blocks"])
self.article = article
self.thumbnail = thumbnail

View File