summary refs log tree commit diff
path: root/browset.py
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-12-28 20:42:12 -0500
committerZach DeCook <zachdecook@librem.one>2022-12-28 20:42:12 -0500
commit47e38e9a08e36a78bef88629c58f69cf8be89fbc (patch)
tree389115c39edfc83c34b811fe9dc0c5d2a87dcec7 /browset.py
parent32480497b7b7a8927ea9dd32bb09fd39e7cf9e1c (diff)
downloadbrowset-47e38e9a08e36a78bef88629c58f69cf8be89fbc.tar.gz
preformatted: Format fine (except description is not shown)
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(