Optionally suppress paging with HTML Output #3288
dmenne
started this conversation in
Feature Requests
Replies: 1 comment
-
I did not realise at first, but Also, what I understand you want is: as for book project with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
bookdown classic produces a continuous HTML-file with a .yml to define the chapters. Quarto be default adds paging.
Feature request:
paging: false
option to suppress pagingUse case: I want one file (with embed-resources) to forward to collaborators: "This is the report" instead of "To read the report, unzip all files, then click on index.html".
See also #3267
Beta Was this translation helpful? Give feedback.
All reactions