-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lua filter's Inlines callback is not getting called for a simple markdown file with a loan citation element #6557
Comments
Other Lua filter (like
|
I want to reitrate this observation. This issue is very subtle. @retorquere was kind enough to help me /in real-time/. Otherwise, I wouldn't have progressed this far. |
can you try with the newest pandoc release? |
Instead of compiling from source, I would prefer to use the binaries at https://github.com/jgm/pandoc/releases/latest I see following remark:
I cannot make out the implications of that remark. Can I use that version for current purposes ... |
Ok ... I should have asked this. Do you want me to compile and install from git. Or, does testing with released tar work for you |
The MWE filter posted here doesn't use any external modules at all. |
huh, are you people having a project-specific discussion in the pandoc issue tracker, or..? |
The bug goes away once I upgraded.
|
great, closing this then... |
Not really -- the discussion originated in the other repo but the MWE showed the problem to be reproducible with a simple lua filter that used only pandoc facilities. In any case, 2.10 seems to have solved it. |
The facility to filter on |
This bug is a result of retorquere/zotero-better-bibtex#1581. In @retorquere's machines the
Inlines
function does work. But it doesn't work on my machine.(You can take a look at the above issue if you want further details)
Pandoc version
Download
test.lua
Look at
test.lua
. It registers forInlines
Create an
md
file with a loan citaiton keysRun the
pandoc
with the abovetest.lua
Expected output
inlines
in the output streamActual behaviour
No
inlines
in the output stream. This impliesInlines_holler
is not getting called.The text was updated successfully, but these errors were encountered: