mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove obsolete comment regarding widont.
This commit is contained in:
parent
7a4c89f64a
commit
b4fcb7f4e3
1 changed files with 1 additions and 2 deletions
|
|
@ -411,8 +411,7 @@ class RstReaderTest(ReaderTest):
|
|||
|
||||
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"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue