From 51a50e8ed79113cf155585964dd15c3c24c7931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 19 Sep 2012 23:27:25 +0200 Subject: [PATCH] emotic for exclamation --- text_dokuwiki.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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