How to specify metadata via the command line? #2741
-
|
I am trying to specify minimal output for the HTML format via the command line and I haven't been able to figure out how to do it. Is it possible to set format-specific parameters via the command line? (My real goal is just to get HTML output without embedded CSS, but also without specifying a CSS file (I just want plain HTML), which I can do with pandoc directly on the command line via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
You'd probably wanna start with |
Beta Was this translation helpful? Give feedback.
You'd probably wanna start with
theme: none, which turns off Bootstrap! Not sure if there's any other CSS left after that, though 🤔