summary refs log tree commit diff
path: root/browset.py
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-12-24 12:21:38 -0500
committerZach DeCook <zachdecook@librem.one>2022-12-24 12:21:38 -0500
commit3bc4d142705cf3f3fa37fc0a8b487738742dbd91 (patch)
treedf85a8e33513630995ee73760710494bd517bf36 /browset.py
parentb9d392988cca3796a1b4909439002ac093a18f21 (diff)
downloadbrowset-3bc4d142705cf3f3fa37fc0a8b487738742dbd91.tar.gz
gemtext: Format headers differently
Diffstat (limited to 'browset.py')
-rw-r--r--browset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/browset.py b/browset.py
index 3b32939..2ab959b 100644
--- a/browset.py
+++ b/browset.py
@@ -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(