-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
issues with mintinline and curly braces #170
Comments
Hey @DanySK this seems like a bug in the filter, can you look at #43 and see if there are some changes that fix your issue? When I wrote it I didn't consider Otherwise, please include |
Hi @svenevs,
I'm not sure #43 applies: braces are correctly matched there. |
I wrote that filter and tried to give some educated guesses but I'm not going to be able to help fix this anytime soon (personal reasons). Please provide a minimal example that can be reproduced if you would like somebody to help fix it. It doesn't seem like you are even using the minted filter here, which is why a reproducible example will help identify where the bug is. |
@svenevs could you point me to the instructions to appropriately use the minted filter? At this point, it is possible that I am doing something wrong and this report is actually invalid. |
Hi,
I am using minted to highlight yaml in my document, and apparently this gives a hard time to pandoc. In particular, I get an error at this line of code:
Seeds are set at the top level of the simulation specification, as in the following snippet: \mintinline{yaml}{seeds: { simulation: 0, scenario: 0 }}.
when running
pandoc --to=plain --wrap=none alchemist-tutorial.tex
I get:Is this a bug in Pandoc? Thanks
The text was updated successfully, but these errors were encountered: