Show More
@@ -167,7 +167,7 b" def markdown2html_marked(source, encoding='utf-8'):" | |||||
167 | return out.rstrip('\n') |
|
167 | return out.rstrip('\n') | |
168 |
|
168 | |||
169 | # The mistune renderer is the default, because it's simple to depend on it |
|
169 | # The mistune renderer is the default, because it's simple to depend on it | |
170 |
markdown2html = markdown2html_m |
|
170 | markdown2html = markdown2html_mistune | |
171 |
|
171 | |||
172 | def markdown2rst(source): |
|
172 | def markdown2rst(source): | |
173 | """Convert a markdown string to ReST via pandoc. |
|
173 | """Convert a markdown string to ReST via pandoc. |
General Comments 0
You need to be logged in to leave comments.
Login now