Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 17, 2013
1 parent 434e812 commit 60cbb34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions changes/pandoc.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import pypandoc
#


def md2rst(markdown):
return pypandoc.convert(
markdown.decode('utf-8'),
'rst',
format='md'
)


0 comments on commit 60cbb34

Please sign in to comment.