Org-mode reader: list item with inline footnote misparsed as DefinitionList #2518
conklech
commented
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a simple example using trypandoc here.
The following org-mode input is a single list item with a footnote at the end:
But
pandoc --from org --to native
produces this erroneous result:It seems the DefinitionList parser is too aggressive. The footnote parser should take precedence.
One workaround is to substitute a named reference, which only requires one colon. For me this is a poor compromise, but YMMV.