Thanks!

On Friday, November 24, 2023 at 6:33:26 PM UTC+3 Thomas Hodgson wrote:
To use a css file you should use `--css`, not `--template`: https://pandoc.org/MANUAL.html#option--css

I also don't think that you need to specify a data dir for this use. By default, Pandoc will look for a CSS file in the same directory.

This should work:

pandoc input.md -o output.html -s --css=style.css --toc

On Thursday, 23 November 2023 at 18:50:14 UTC+1 name name wrote:
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/fa24d217-1fd4-40bb-b99d-a9e29ff96bf8n%40googlegroups.com.