Closed sscherfke closed 10 years ago
@sscherfke: Please test the fix in #34, which has been merged to Typogrify master.
Does not work. It now tries to add the result of two filter()
calls and fails. Maybe using list comprehensions instead would solve this.
@sscherfke: Would you please test @barrysteyn's fix (#36) and let us know whether it addresses the issue you reported?
@justinmayer: It seems to work nicely. Got no errors.
Great. Thanks for helping out with testing!
Addressed via https://github.com/mintchaos/typogrify/commit/bf9749813c72f58ca8989b737c5da4bff0fe0402 and released as Typogrify 2.0.7.
I’m using typogrify with pelican. My site used to build with
typogrify==2.0.4
but breaks withtypogrify==2.0.5
.Pelican gives me the warning unsupported operand type(s) for +: 'map' and 'list' (unfortunately without more details). And later, it all breaks:
I also posted this on the pelican tracker, because I’m not 100% sure who’s to blame here. https://github.com/getpelican/pelican/issues/1456