changeset 1019:4952d9b79b7d draft

Add markdown notation of ~~s~~
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 10 Oct 2023 11:20:46 +0900
parents 2fd483245e8e
children dfbf57a70bb5
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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, __\([^_ |][^_]*[^ ]\)__ ,<strong>\1</strong>,g' \
       -e 's, \*\([^* |][^*|]*[^ |]\)\* ,<em>\1</em>,g' \
       -e 's, _\([^_ ][^_]*[^ ]\)_ ,<em>\1</em>,g' \
+      -e 's,~~\([^~][^~]*\)~~,<s>\1</s>,g' \
       -e 's,\([^\\]\);;;,\1<br>,g;s,\\;;;,;;;,g' \
       -e 's,  $,<br>,' \
       -e "s,- \[  *\]\([^|-]*\),${checkboxOFF}<label>\\1</label>,g" \

yatex.org