Hi,

I do want to specify number-offset neither on the commandline of pandoc nor in the defaults yaml file. The reason is, that I have a project consisting of a number of documents in markdown format, that I want to convert to html5 using make. Hence I need to specify number-offset for each file individually.

Is there some way to do this?

I tried to specify it in a yaml block at the beginning of each file, something like the following:

---
output:
  html_document:
    pandoc_args: [
      "--number-offset=4,0"
      ]
---

I tried different variations of this example, but none worked. Note, that my input format ist pandoc markdown.

It would be great, if something like that would work. I would appreciate any help.

Thanks in advance,
Karl


--
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/200b15bc-f323-487e-b39d-e6be8845eacan%40googlegroups.com.