DCsunset

Results 93 comments of DCsunset

Hello, can you show your command to compile this file? It could help me to reproduce this problem.

Hi, I tried to swap the two files but the issue still exists. Is it the same on your PC?

This feature is not supported in pandoc-include because pandoc-include processes every file independently before merging them into one file. But pandoc renders the implicit reference only when it sees any...

I believe you could use the `incrementSection` option to specify how many levels you want to increment. The reason for not detecting it automatically is that it will make it...

For `incrementSeciont`, the author of the included document doesn't need to know how many levels to increment. It's the responsibility of the author who wants to include other documents. Maybe...

Is it necessary for doc2 to know the the absolute level in doc1? `incrementSection` works by incrementing all the section levels. So as long as doc2 knows the how to...

Yes I think so. It's based on the nature of recursive include. You can always try it easily to verify it when you doubt it.

Yes I think that may help. However, it's hard to define the auto behaviour as there's no end boundary for sections. For example, if we have the following markdown: ```md...

I see. It makes sense now. `auto` is a kinda confusing name as I originally thought you were suggesting a more intelligent approach. I would vote for `current` as it...

Are you able to run pandoc-include directly from command line? If it still says "Could not find executable pandoc-include", then it may be added to the path correctly.