Replies: 1 comment 2 replies
-
|
Yes, the command-line arguments will override settings from the metadata. |
Beta Was this translation helpful? Give feedback.
2 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.
-
For instance, I want to set
toc-titleto default to "Contents". I can do it in a few ways: using--metadata toc-title='Contents'or--variable=toc-title='Contents'in a wrapper script, or with a defaults file, but none of the methods I tried can be overridden by thetoc-titlesetting in the document's YAML metadata block. Am I missing something or should I file a feature request?Beta Was this translation helpful? Give feedback.
All reactions