def md(*t, **kwargs): t = kwargs.get('sep', ' ').join([str(el) for el in t]) sublime.message_dialog(t)