Commit e2e84558 by David Ormsbee

Merge remote-tracking branch 'rocha/edx_release' into edx_release

parents 72faa3b3 33e9a24b
...@@ -3,6 +3,7 @@ import markdown ...@@ -3,6 +3,7 @@ import markdown
class ArticleMarkdown(markdown.Markdown): class ArticleMarkdown(markdown.Markdown):
def __init__(self, article, *args, **kwargs): def __init__(self, article, *args, **kwargs):
kwargs['safe_mode'] = "remove"
markdown.Markdown.__init__(self, *args, **kwargs) markdown.Markdown.__init__(self, *args, **kwargs)
self.article = article self.article = article
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment