mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
PyCodeStyle fix
This commit is contained in:
parent
7f77106c1b
commit
d8d230b554
1 changed files with 0 additions and 1 deletions
|
|
@ -481,7 +481,6 @@ class MdReaderTest(ReaderTest):
|
||||||
|
|
||||||
def test_article_with_footnote(self):
|
def test_article_with_footnote(self):
|
||||||
settings = get_settings()
|
settings = get_settings()
|
||||||
from markdown.extensions.footnotes import FootnoteExtension
|
|
||||||
ec = settings['MARKDOWN']['extension_configs']
|
ec = settings['MARKDOWN']['extension_configs']
|
||||||
ec['markdown.extensions.footnotes'] = {'SEPARATOR': '-'}
|
ec['markdown.extensions.footnotes'] = {'SEPARATOR': '-'}
|
||||||
reader = readers.MarkdownReader(settings)
|
reader = readers.MarkdownReader(settings)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue