Skip to content
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

Does not work if you need the same parameter several times. #1

Open
ploth opened this issue Oct 8, 2018 · 1 comment
Open

Does not work if you need the same parameter several times. #1

ploth opened this issue Oct 8, 2018 · 1 comment

Comments

@ploth
Copy link

ploth commented Oct 8, 2018

With a second definition of, for example, filter you overwrite your first filter definition. Are you using a map?

filter: foo
filter: bar

results in pandoc --filter=bar

@lassepe
Copy link

lassepe commented Apr 27, 2020

You should be able to set multiple filters like this:

filter:
  - foo
  - bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants