From 47e38e9a08e36a78bef88629c58f69cf8be89fbc Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 28 Dec 2022 20:42:12 -0500 Subject: preformatted: Format fine (except description is not shown) --- browset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browset.py') 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( -- cgit 1.4.1