mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add Typogrify/SmartyPants dashes config parameter (#2615)
This commit is contained in:
parent
cb3bb4ad69
commit
f610801ee8
7 changed files with 101 additions and 0 deletions
|
|
@ -248,6 +248,10 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['Article with template', 'published', 'Default', 'custom'],
|
||||
['Metadata tags as list!', 'published', 'Default', 'article'],
|
||||
['Rst with filename metadata', 'published', 'yeah', 'article'],
|
||||
['One -, two --, three --- dashes!', 'published', 'Default',
|
||||
'article'],
|
||||
['One -, two --, three --- dashes!', 'published', 'Default',
|
||||
'article'],
|
||||
['Test Markdown extensions', 'published', 'Default', 'article'],
|
||||
['Test markdown File', 'published', 'test', 'article'],
|
||||
['Test md File', 'published', 'test', 'article'],
|
||||
|
|
@ -562,6 +566,8 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'Article with markdown containing footnotes',
|
||||
'Article with template',
|
||||
'Metadata tags as list!',
|
||||
'One -, two --, three --- dashes!',
|
||||
'One -, two --, three --- dashes!',
|
||||
'Rst with filename metadata',
|
||||
'Test Markdown extensions',
|
||||
'Test markdown File',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue