diff --git a/text_dokuwiki.py b/text_dokuwiki.py index 28dee32..f2ea54d 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -277,6 +277,7 @@ class Formatter(FormatterBase): lookup = { 'BR' : '\\\\', 'MailTo' : email, + 'GetText' : args, }[name] except KeyError: lookup = '/* UndefinedMacro: %s(%s) */' % (name, args)