-
-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandoc -t options should be overwritten #697
Comments
In this case, you have to call |
I have changed |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Now, e.g,
in.md
then,
pandoc('in.md')
generates a command like:
as you can see
-t slidy
is ignored due to-t html
.Thus I cannot generate html5 slide.
So, is it possible to omit adding
-t html
if-t
is already specified by the configuration.The text was updated successfully, but these errors were encountered: