mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Skip Markdown metadata parsing within metadata
This commit is contained in:
parent
4db9b944a2
commit
5d6513c36c
4 changed files with 24 additions and 0 deletions
|
|
@ -239,6 +239,8 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['Article title', 'published', 'Default', 'article'],
|
||||
['Article with markdown and summary metadata multi', 'published',
|
||||
'Default', 'article'],
|
||||
['Article with markdown and nested summary metadata', 'published',
|
||||
'Default', 'article'],
|
||||
['Article with markdown and summary metadata single', 'published',
|
||||
'Default', 'article'],
|
||||
['Article with markdown containing footnotes', 'published',
|
||||
|
|
@ -554,6 +556,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'Article title',
|
||||
'Article with Nonconformant HTML meta tags',
|
||||
'Article with an inline SVG',
|
||||
'Article with markdown and nested summary metadata',
|
||||
'Article with markdown and summary metadata multi',
|
||||
'Article with markdown and summary metadata single',
|
||||
'Article with markdown containing footnotes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue