We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715a48f commit f313d94Copy full SHA for f313d94
docs/api.rst
@@ -51,6 +51,10 @@ API
51
If you for some reason already have the HTML you can jump straight
52
to this method. Note, you still need to provide the URL where you
53
got the HTML from so it can use that to download any external CSS.
54
+
55
+ * When calling ``process_url()`` or ``process_html()``, you have to call ``process()``
56
+ at the end without arguments, in order to post process the pages that were
57
+ processed individually.
58
59
The ``Processor`` instance will make two attributes available
60
0 commit comments