Skip to content

Commit 10c38ec

Browse files
committed
fix gfm deprecation
1 parent 6a731f2 commit 10c38ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
dist/
88
build/
99
.cache/
10+
.pytest_cache/
1011

1112
# generated by coverage
1213
.coverage

utils/doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def markdown2rst(md):
7676
pandoc.PANDOC_PATH = 'pandoc' # until pyandoc gets updated
7777

7878
converter = pandoc.Document()
79-
converter.markdown_github = md
79+
converter.gfm = md
8080
rst = converter.rst
8181

8282
return rst

0 commit comments

Comments
 (0)