Broken project to implement a cross-protocol browser in textual
Diffstat (limited to 'browset.py')
-rwxr-xr-xbrowset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/browset.py b/browset.py
index c0f55ec..f812acc 100755
--- a/browset.py
+++ b/browset.py
@@ -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(