gfelbing / pandoc-compose

Create and run a fully configured pandoc command.
GNU General Public License v3.0
1 stars 1 forks source link

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

Open ploth opened 6 years ago

ploth commented 6 years ago

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 commented 4 years ago

You should be able to set multiple filters like this:

filter:
  - foo
  - bar