We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a731f2 commit 10c38ecCopy full SHA for 10c38ec
.gitignore
@@ -7,6 +7,7 @@
7
dist/
8
build/
9
.cache/
10
+.pytest_cache/
11
12
# generated by coverage
13
.coverage
utils/doc.py
@@ -76,7 +76,7 @@ def markdown2rst(md):
76
pandoc.PANDOC_PATH = 'pandoc' # until pyandoc gets updated
77
78
converter = pandoc.Document()
79
- converter.markdown_github = md
+ converter.gfm = md
80
rst = converter.rst
81
82
return rst
0 commit comments