about summary refs log tree commit diff stats
path: root/bollux
diff options
context:
space:
mode:
authorCase Duckworth2020-06-01 09:08:48 -0500
committerCase Duckworth2020-06-01 09:08:48 -0500
commit0861cd12dd403153acd2dd163856cebc4a5d8632 (patch)
treec0c3f955513a07fabf19de8b55360c2c9d7a0786 /bollux
parentAdd quit message and set title (diff)
downloadbollux-0861cd12dd403153acd2dd163856cebc4a5d8632.tar.gz
bollux-0861cd12dd403153acd2dd163856cebc4a5d8632.zip
Accept but ignore pre lines with alt text
Diffstat (limited to 'bollux')
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index e84c8b4..5b41cda 100755 --- a/bollux +++ b/bollux
@@ -459,7 +459,7 @@ typeset_gemini() {
459 459
460 while IFS= read -r; do 460 while IFS= read -r; do
461 case "$REPLY" in 461 case "$REPLY" in
462 '```') 462 '```'*)
463 if $pre; then 463 if $pre; then
464 pre=false 464 pre=false
465 else 465 else