forked from github/pelican
FIX: Standardizing "extentions" to "extensions"
This commit is contained in:
parent
ee46becaf9
commit
e0674aad87
3 changed files with 3 additions and 3 deletions
|
|
@ -155,5 +155,5 @@ SITEURL :
|
|||
STATIC_PATHS :
|
||||
Les chemins statiques que vous voulez avoir accès sur le chemin de sortie "statique" ;
|
||||
|
||||
MARKDOWN_EXTENTIONS :
|
||||
MARKDOWN_EXTENSIONS :
|
||||
Liste des extentions Markdown que vous souhaitez utiliser ;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Title: Test Markdown extentions
|
||||
Title: Test Markdown extensions
|
||||
|
||||
[TOC]
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class RstReaderTest(unittest.TestCase):
|
|||
class MdReaderTest(unittest.TestCase):
|
||||
|
||||
@unittest.skipUnless(readers.Markdown, "markdown isn't installed")
|
||||
def test_article_with_md_extention(self):
|
||||
def test_article_with_md_extension(self):
|
||||
# test to ensure the md extension is being processed by the correct reader
|
||||
reader = readers.MarkdownReader({})
|
||||
content, metadata = reader.read(_filename('article_with_md_extension.md'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue