Skip to content

Commit

Permalink
reword to fix formatting on extended converter use cases page
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 5, 2024
1 parent 72c6494 commit 12b904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/extend/pages/use-cases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Thus, you can use an extended converter to turn off the running content on other
You can access this property from the pages attached to the PDF state or you can switch to each page in turn, as shown in the commented code.

Instead of marking pages as imported, you can add them to the set of pages, by page number, on which the running content will not be added.
These sets are stored in the `@disable_running_content[:header]` and `@disable_running_content[:footer]` variables.
These sets are stored in the `:header` and `:footer` keys of the `@disable_running_content` instance variable.
This benefit of this approach is that you can control the header and footer independently.

.Extended converter to turn off running content on empty page
Expand Down

0 comments on commit 12b904b

Please sign in to comment.