We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dae61b commit 6ccaedfCopy full SHA for 6ccaedf
conf.py
@@ -0,0 +1,7 @@
1
+from recommonmark.parser import CommonMarkParser
2
+
3
+source_parsers = {
4
+ '.md': CommonMarkParser,
5
+}
6
7
+source_suffix = ['.rst', '.md']
0 commit comments