This commit is contained in:
Will McGugan
2021-10-24 17:46:38 +01:00
parent 4b2e44c86c
commit e2faad8f46
9 changed files with 70 additions and 62 deletions

View File

@@ -27,8 +27,6 @@ class MyApp(App):
# Dock the body in the remaining space
await self.view.dock(body, edge="right")
# self.panic(self.tree)
async def get_markdown(filename: str) -> None:
with open(filename, "rt") as fh:
readme = Markdown(fh.read(), hyperlinks=True)