mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
change 'markdown' to HTML in the comments
This commit is contained in:
parent
036728a194
commit
847a6fe3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class HTMLReader(Reader):
|
|||
return next((x[1] for x in attrs if x[0] == name), default)
|
||||
|
||||
def read(self, filename):
|
||||
"""Parse content and metadata of markdown files"""
|
||||
"""Parse content and metadata of HTML files"""
|
||||
with open(filename) as content:
|
||||
parser = self._HTMLParser(self.settings)
|
||||
parser.feed(content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue