Skip to content

Commit

Permalink
The Hoep parser now accepts .markdown files.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhnomoli committed Jul 14, 2014
1 parent 93d5f5c commit 4a27a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mynt/parsers/hoep.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def preprocess(self, markdown):


class Parser(_Parser):
accepts = ('.md',)
accepts = ('.md', '.markdown')


lookup = {
Expand Down

0 comments on commit 4a27a30

Please sign in to comment.