Broken project to implement a cross-protocol browser in textual
Diffstat (limited to 'browset.py')
| -rw-r--r-- | browset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ class Browset(App): Binding("ctrl+c,ctrl+q", "app.quit", "Quit", show=True), ] - content = ["## Hello","* Bullet points","*OH Yeah!","=>URI some link"] + content = ["#h1", "## hey [b]Is this unformatted?[/b]", "yeah","#h1", "### h3"] def compose(self) -> ComposeResult: yield Footer() yield Container( |