Replies: 1 comment 1 reply
-
|
Are you sure there are no duplicate explicit identifers in the source? Could it be that the Lua filter generates the identifiers? If it runs make_sections, then that may be what is happening. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a small setup with Pandoc and Lua filters to generate some documentation. While running the filter, which includes files similar to
pp, we get the output[WARNING] Duplicate identifier ...The call looks like this:
I'm a bit confused why the auto identifiers extension seems to be run, although it's disabled. Is that maybe some weird interaction with the Lua filter?
Beta Was this translation helpful? Give feedback.
All reactions