Skip to content

Commit

Permalink
Remove obsolete comment regarding widont.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlesieur committed Dec 27, 2024
1 parent 13641d5 commit 703b531
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pelican/tests/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ def test_typogrify_summary(self):

def test_typogrify_ignore_tags(self):
try:
# typogrify should be able to ignore user specified tags,
# but tries to be clever with widont extension
# typogrify should be able to ignore user specified tags.
page = self.read_file(
path="article.rst", TYPOGRIFY=True, TYPOGRIFY_IGNORE_TAGS=["p"]
)
Expand Down

0 comments on commit 703b531

Please sign in to comment.