mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Updates test cases to use MARKDOWN
This commit is contained in:
parent
35dba138e0
commit
9e399e7a05
2 changed files with 10 additions and 9 deletions
|
|
@ -482,10 +482,12 @@ class MdReaderTest(ReaderTest):
|
|||
# expected
|
||||
page = self.read_file(
|
||||
path='article_with_markdown_markup_extensions.md',
|
||||
MD_EXTENSIONS={
|
||||
'markdown.extensions.toc': {},
|
||||
'markdown.extensions.codehilite': {},
|
||||
'markdown.extensions.extra': {}
|
||||
MARKDOWN={
|
||||
'extension_configs': {
|
||||
'markdown.extensions.toc': {},
|
||||
'markdown.extensions.codehilite': {},
|
||||
'markdown.extensions.extra': {}
|
||||
}
|
||||
}
|
||||
)
|
||||
expected = ('<div class="toc">\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue