# HG changeset patch # User HIROSE Yuuji # Date 1696904446 -32400 # Node ID 4952d9b79b7db6b45e2bcdc96e3019976bfcc1ec # Parent 2fd483245e8ead71aa0d317383d892dd2c6c1cf0 Add markdown notation of ~~s~~ diff -r 2fd483245e8e -r 4952d9b79b7d s4-funcs.sh --- a/s4-funcs.sh Sun Aug 27 08:52:32 2023 +0859 +++ b/s4-funcs.sh Tue Oct 10 11:20:46 2023 +0900 @@ -660,6 +660,7 @@ -e 's, __\([^_ |][^_]*[^ ]\)__ ,\1,g' \ -e 's, \*\([^* |][^*|]*[^ |]\)\* ,\1,g' \ -e 's, _\([^_ ][^_]*[^ ]\)_ ,\1,g' \ + -e 's,~~\([^~][^~]*\)~~,\1,g' \ -e 's,\([^\\]\);;;,\1
,g;s,\\;;;,;;;,g' \ -e 's, $,
,' \ -e "s,- \[ *\]\([^|-]*\),${checkboxOFF},g" \