]> git.scottworley.com Git - paperdoorknob/blobdiff - spec.py
texfilter to work around \emph nesting issue
[paperdoorknob] / spec.py
diff --git a/spec.py b/spec.py
index 34e2e6b3593bf34a7ec773c20ac6a08de67d8797..77a6a127ceff5da3fa273268ddad11bdcb4583ad 100644 (file)
--- a/spec.py
+++ b/spec.py
@@ -24,6 +24,7 @@ class Spec:
     images: ImageStore
     htmlfilter: Callable[[bytes], bytes]
     domfilter: Callable[[Tag], None]
+    texfilter: Callable[[bytes], bytes]
     layout: Layout
     geometry: str | None
     texout: IO[bytes]