Introduce config option to hide keywords from being displayed #10205
salim-b
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
If we're going to do that, I think we need to do it more comprehensively than just for keywords, so it requires design. In the meantime, you should be able to hide these with CSS if you need to. Does that workaround work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
If we set
format.html.keywords
, the HTML output produced by latest Quarto v1.5.53 visually renders the keywords below the document/chapter title besides including them as document metadata (by adding<meta name="keywords" content="...">
in<head>
):It would be great if this could be made opt-out (or even opt-in as I guess displaying keywords to readers is rarely wanted) via a new boolean option like
format.html.display-keywords
. If set tofalse
, only the metadata in<head>
would be added.Beta Was this translation helpful? Give feedback.
All reactions