From 598addf2fe5994c8c237a853a206004163da99f0 Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Fri, 28 May 2021 03:51:46 +0000 Subject: added webblog --- gemtohtm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gemtohtm') diff --git a/gemtohtm b/gemtohtm index 0f0d038..ff85297 100644 --- a/gemtohtm +++ b/gemtohtm @@ -1,5 +1,5 @@ $1 == "#" { print "

", $0, "

"; next} $1 == "##" { print "

", $0, "

"; next} $1 == "###" { print "

", $0, "

"; next} -$1 == "=>" { print "" substr($0,index($0,$3)), ""; next} -{ print } +$1 == "=>" { print "" substr($0,index($0,$3)), "
"; next} +{ print $0, "
" } -- cgit 1.4.1-2-gfad0