Hi,

If I'm not mistaken, since
https://github.com/jgm/pandoc/commit/699d289cc5913c3cb0ec7b1b3d7ae767cbe55339
we can access the `sourcefile` and `outputfile`variables from the templates.

Do those variables have any structure?
Currently the `inputfile` and `outputfile` would contain e.g.
`docs/about.md`
and
`docs/about.html`,

Is there an way to extract the file name (about), the path  (docs/), the extension (.md or .html), or a combination of those?

I feel that this variables are not arrays and could not find my answer in https://pandoc.org/MANUAL.html#templates

Thanks!
Clément.

--
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/e266f9ed-a1df-4469-a773-127cdf488845n%40googlegroups.com.