Replies: 1 comment 4 replies
-
|
This CSS is needed for Quarto's features to properly work.
If you really wish to remove that, a |
Beta Was this translation helpful? Give feedback.
4 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.
-
Description
Very simply, my issue is that Quarto puts the following at the top of every XHTML file in its ePub output, and I would like to be able to use an option in the project YAML to prevent it from appearing:
Details
There does not seem to be a way to do so, which is to say this might actually be a feature request, in which case this discussion can be recategorized, but I don't actually know up front.
FWIW I have already used Quarto's YAML to specify a custom CSS file, and the CSS file I have specified is empty. I could still very easily use this currently empty CSS file to add back any of the boilerplate CSS rules as necessary.
To recast this as a bug: it's unclear to me why these CSS rules appear in the XHTML headers and not in external CSS.
(It would be nice, though, if the boilerplate CSS, both from whatever CSS file may or may not be included by default and from the headers, appeared in the Quarto documentation, to make it easier to reference when borrowing from it.)
Beta Was this translation helpful? Give feedback.
All reactions