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

Python syntax highlighting broken since 0.8.0 #182

Closed
jkeifer opened this issue Dec 23, 2014 · 3 comments
Closed

Python syntax highlighting broken since 0.8.0 #182

jkeifer opened this issue Dec 23, 2014 · 3 comments
Labels

Comments

@jkeifer
Copy link

jkeifer commented Dec 23, 2014

I just got started with remark, and I love it. Except one problem: comments in python are not parsed correctly on 0.8.0 or 0.8.1. Thus, they are not highlighted correctly. I have switched to using 0.7.0 for the time being, as it does not have the issue.

Thanks for all your hard work. Hopefully this is a simple fix.

@gnab
Copy link
Owner

gnab commented Dec 23, 2014

Can you please provide an example?

Highlighting seems to be OK in this demo.

@jkeifer
Copy link
Author

jkeifer commented Dec 23, 2014

You are correct, the demo works. And as I've added additional content, I now see that the behavior I'm seeing is not consistent. Here is a presentation I'm working on; I noticed the comment problem on slide 6, then added slide 8 to confirm, and it also had the problem. At that point I posted the issue and switched it to use version 0.7.0.

Looking back at it now, I notice for whatever reason, all the other code blocks are correct, even with 0.8.1. With the older version, comments work correctly on all slides. Please let me know if I can provide any additional information.

Thanks!

@gnab gnab added the bug label Dec 23, 2014
gnab added a commit that referenced this issue Dec 23, 2014
@gnab
Copy link
Owner

gnab commented Dec 23, 2014

I tracked down an issue that was introduced with the macros feature in 0.8.0. It is now fixed, and you should have no problems with 0.8.2.

@gnab gnab closed this as completed Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants