Add setting to allow for empty alt text in images

This commit is contained in:
Eric Dunham 2021-03-01 10:41:47 -06:00
commit ed4dd50864
7 changed files with 31 additions and 2 deletions

View file

@ -153,7 +153,7 @@ class TestCache(unittest.TestCase):
- empty.md
- empty_with_bom.md
"""
self.assertEqual(generator.readers.read_file.call_count, 6)
self.assertEqual(generator.readers.read_file.call_count, 7)
def test_article_reader_content_caching(self):
"""Test raw article content caching at the reader level"""