Hello!

How could I output a file with the same name as the input filename, but only the extension changing from .md to .pdf

Currently I use this

pandoc 03-2-litrev-nft.md -o myOutput.pdf --resource-path=../assets/img/ --citeproc

Would be nice to have something where the output filename would automatically mimic the input filename e.g. 

pandoc 03-2-litrev-nft.md -o 'inputfilename'.pdf --resource-path=../assets/img/ --citeproc

Thanks! k

--
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/8fd0feba-d7b4-4619-b18c-aa455a45efc5n%40googlegroups.com.