Show More
@@ -198,7 +198,7 b' def get_markdown_renderer_flavored(exten' | |||||
198 |
|
198 | |||
199 | class GFM(object): |
|
199 | class GFM(object): | |
200 | def convert(self, source): |
|
200 | def convert(self, source): | |
201 | with pycmarkgfm.parse_gfm(source) as document: |
|
201 | with pycmarkgfm.parse_gfm(source, options=pycmarkgfm.options.hardbreaks) as document: | |
202 | parsed_md = document.to_commonmark() |
|
202 | parsed_md = document.to_commonmark() | |
203 | return md.convert(parsed_md) |
|
203 | return md.convert(parsed_md) | |
204 |
|
204 |
General Comments 0
You need to be logged in to leave comments.
Login now