Broken project to implement a cross-protocol browser in textual
Diffstat (limited to 'browset.py')
| -rwxr-xr-x | browset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ class Browset(App): Binding("ctrl+c,ctrl+q", "app.quit", "Quit", show=True), ] - content = ["#h1", "## hey [b]Is this unformatted?[/b]", "yeah","#h1", "### h3"] + content = ["#h1", "## hey [b]Is this unformatted?[/b]", "```startpre","in preformatted text this hsould have a scrollbar if it is too wide oh yeah tonight is gonna be great.", "``` (ended pre)", "afterward"] def compose(self) -> ComposeResult: yield Footer() yield Container( |