markdown: enable gfm globally

This commit is contained in:
Marcin Kuzminski 2016-07-01 17:47:59 +02:00
parent 8abd31cc4f
commit 2ac185151d

View file

@ -1721,7 +1721,7 @@ def rst(source, mentions=False):
def markdown(source, mentions=False):
return literal('<div class="markdown-block">%s</div>' %
MarkupRenderer.markdown(source, flavored=False,
MarkupRenderer.markdown(source, flavored=True,
mentions=mentions))
def renderer_from_filename(filename, exclude=None):