I want to convert "input.md" to "output.html" using my own "style.css" which is in the same directory as the input file.

Here's what I tried:

pandoc input.md -o output.htm -s --data-dir="./" --template="style.css" --toc=true

But Pandoc says "Could not find data file templates/style.css" so it seems like it is trying to find "style.css" somewhere else.

How can I make it look for "style.css" in the same directory as "input.md"?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/af2ed26d-ae7a-4101-a7bc-fb1e59a1d099n%40googlegroups.com.