Show More
@@ -1721,7 +1721,7 b' def rst(source, mentions=False):' | |||||
1721 |
|
1721 | |||
1722 | def markdown(source, mentions=False): |
|
1722 | def markdown(source, mentions=False): | |
1723 | return literal('<div class="markdown-block">%s</div>' % |
|
1723 | return literal('<div class="markdown-block">%s</div>' % | |
1724 |
MarkupRenderer.markdown(source, flavored= |
|
1724 | MarkupRenderer.markdown(source, flavored=True, | |
1725 | mentions=mentions)) |
|
1725 | mentions=mentions)) | |
1726 |
|
1726 | |||
1727 | def renderer_from_filename(filename, exclude=None): |
|
1727 | def renderer_from_filename(filename, exclude=None): |
General Comments 0
You need to be logged in to leave comments.
Login now