-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Djot-reader.lua filter produces error log #16
Comments
This looks like a bug, but to pin it down we need the input that generates it. |
I wanted to see how a conversion from djot to Pandoc's Markdown would be rendered, and that got the error.
The input was just me typing some different formating in Danish.
Would you like the original sample or should I just recreate it in English instead?
Sendt fra min Mac Mini via Apple Mail
… Den 25. jul. 2022 kl. 00.45 skrev John MacFarlane ***@***.***>:
This looks like a bug, but to pin it down we need the input that generates it.
(I'm also wondering whether you intended -o Markdown-result.md djot.txt?
—
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGGLXRTBR7UVIEYSSATW43TVVXBSFANCNFSM54OK53UA>.
You are receiving this because you authored the thread.
|
as minimal an example as possible would be good |
I have tried with a few other documents, and couldn't reproduce the issue, so will close this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the custom reader for Pandoc (djot-reader.lua) it gives the following error:
Error running Lua:
djot-reader.lua:88: attempt to index a nil value (local 'elt')
stack traceback:
djot-reader.lua:110: in function djot-reader.lua:109
(...tail calls...)
I ran the following command to get the error as shown above:
pandoc -f djot-reader.lua -t Markdown -o djot.txt Markdown-result.md
Note that filenames are changed, but the syntax and structure is left as I typed it.
The text was updated successfully, but these errors were encountered: