mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
FIX: Standardizing "extentions" to "extensions"
This commit is contained in:
parent
e0674aad87
commit
5e895317f6
2 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ class MarkdownReader(Reader):
|
|||
|
||||
def read(self, filename):
|
||||
"""Parse content and metadata of markdown files"""
|
||||
markdown_extensions = self.settings.get('MARKDOWN_EXTENsIONS', [])
|
||||
markdown_extensions = self.settings.get('MARKDOWN_EXTENSIONS', [])
|
||||
if isinstance(markdown_extensions, (str, unicode)):
|
||||
markdown_extensions = [m.strip() for m in
|
||||
markdown_extensions.split(',')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue