Skip to content
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

conversion from md to PDF gives StopIteration when escaping italics #36

Closed
amichuda opened this issue Aug 10, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@amichuda
Copy link

When converting from markdown to PDF, and you escape asterisks, you get a StopIteration error. For example:

A\*

and run codebraid pandoc -o test.pdf test.md

gpoore added a commit that referenced this issue Aug 14, 2020
@gpoore
Copy link
Owner

gpoore commented Aug 14, 2020

The algorithm that synchronizes code with line numbers in the source document was having issues with backslash escapes. The last commit simplifies this process and should prevent these sorts of issues in the future. I'm trying to wrap up a few additional issues, and will then put a new version up on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants