mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Support inline SVGs (don't break on title in inline SVG).
This commit is contained in:
parent
643bccc497
commit
eaccca52dd
5 changed files with 30 additions and 1 deletions
|
|
@ -262,6 +262,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'Default', 'article'],
|
||||
['Article with an inline SVG', 'published', 'Default', 'article'],
|
||||
['This is an article with category !', 'published', 'yeah',
|
||||
'article'],
|
||||
['This is an article with multiple authors!', 'published',
|
||||
|
|
@ -554,6 +555,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'An Article With Code Block To Test Typogrify Ignore',
|
||||
'Article title',
|
||||
'Article with Nonconformant HTML meta tags',
|
||||
'Article with an inline SVG',
|
||||
'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