We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d57885 + 3267c94 commit b072072Copy full SHA for b072072
register.py
@@ -1,5 +1,4 @@
1
import pypandoc
2
-import os
3
4
output = pypandoc.convert('README.md', 'rst')
5
with open('README.txt' 'w+') as f:
0 commit comments