forked from github/pelican
pep8ize
This commit is contained in:
parent
0adb76d5d2
commit
c73ae02170
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class MarkdownReader(Reader):
|
|||
def read(self, filename):
|
||||
"""Parse content and metadata of markdown files"""
|
||||
text = open(filename)
|
||||
md = Markdown(extensions=set(self.extensions+['meta']))
|
||||
md = Markdown(extensions=set(self.extensions + ['meta']))
|
||||
content = md.convert(text)
|
||||
|
||||
metadata = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue