diff --git a/text_dokuwiki.py b/text_dokuwiki.py index 65d4b89..bba5375 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -309,13 +309,14 @@ class Formatter(FormatterBase): ':D' : ':-D', 'B)' : ':-D', 'B-)' : ':-D', - '|)' : '|-)', ':\\' : ':-\\', ':))' : ':-)', ':)' : ':-)', ':(' : ':-(', ':-))' : ':-)', ';)' : ';-)', + '|)' : '|-)', + '' : ':!:', }[text] except KeyError: return text