about summary refs log tree commit diff stats
path: root/prototypes/browse/26-headers/main.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-06 11:14:24 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-06 11:14:24 -0700
commit0b9cdbd0dd33af48746de83c00785daa293db975 (patch)
treecd7b10620b9002398dd2e32faa68f05da423cb48 /prototypes/browse/26-headers/main.mu
parent8f5a26d5c29e9fbf082391ab6a9dcd4fba95942e (diff)
downloadmu-0b9cdbd0dd33af48746de83c00785daa293db975.tar.gz
6493 - browse: '#'s inside lines aren't headings
Diffstat (limited to 'prototypes/browse/26-headers/main.mu')
-rw-r--r--prototypes/browse/26-headers/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/26-headers/main.mu b/prototypes/browse/26-headers/main.mu
index 463b018f..4f6b53e3 100644
--- a/prototypes/browse/26-headers/main.mu
+++ b/prototypes/browse/26-headers/main.mu
@@ -83,7 +83,7 @@ $render-normal:flush-buffered-newline: {
     }
     ## end soft newline support
 
-    # if start of paragraph and c == '#', switch to header
+    # if c == '#', switch to header
     compare c, 0x23  # '#'
     {
       break-if-!=