markdown: enable gfm globally
This commit is contained in:
parent
8abd31cc4f
commit
2ac185151d
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue