X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/d2a41ff4f433a29173259359dcf477fd59ee3c78..606c97c59b4f50d8025b3b2946f6f8a4942c5fb9:/spec.py diff --git a/spec.py b/spec.py index 34e2e6b..2eccbb5 100644 --- a/spec.py +++ b/spec.py @@ -24,6 +24,8 @@ class Spec: images: ImageStore htmlfilter: Callable[[bytes], bytes] domfilter: Callable[[Tag], None] + texfilter: Callable[[bytes], bytes] layout: Layout geometry: str | None texout: IO[bytes] + log: Callable[[str], None]