temporarily fix the build (cc @tgxworld)

This commit is contained in:
Régis Hanol 2016-01-29 11:53:03 +01:00
parent 32ef138dd7
commit 7d5fdd0997

View file

@ -218,7 +218,8 @@ module PrettyText
context.eval('opts["categoryHashtagLookup"] = function(c){return helpers.category_hashtag_lookup(c);}')
context.eval('opts["lookupAvatar"] = function(p){return Discourse.Utilities.avatarImg({size: "tiny", avatarTemplate: helpers.avatar_template(p)});}')
context.eval('opts["getTopicInfo"] = function(i){return helpers.get_topic_info(i)};')
DiscourseEvent.trigger(:markdown_context, context)
# TODO: @tgxworld this broke the build
# DiscourseEvent.trigger(:markdown_context, context)
baked = context.eval('Discourse.Markdown.markdownConverter(opts).makeHtml(raw)')
end