Add TODO comment

This commit is contained in:
Alexander Meindl
2018-01-28 12:32:21 +01:00
parent 25744d4337
commit 835174d831

View File

@@ -4,6 +4,10 @@ class Messenger
include Redmine::I18n
def self.markup_format(text)
# TODO: output format should be markdown, but at the moment there is no
# solution without using pandoc (http://pandoc.org/), which requires
# packages on os level
#
# Redmine::WikiFormatting.html_parser.to_text(text)
ERB::Util.html_escape(text)
end