diff -ur v6/ezmd.py v7/ezmd.py --- v6/ezmd.py 2019-09-27 08:13:12.000000000 +0900 +++ v7/ezmd.py 2019-09-27 08:13:21.000000000 +0900 @@ -62,6 +62,8 @@ return { 'img src="{}"'.format(v2): '/' } if v1 == 'video': return { 'video src="{}" controls playsinline'.format(v2): '' } + if v1 == '-': + return { 's': v2 } return { 'a href="{}"'.format(v1): v2 } if v1 else v2 def do_str(s):