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

Comments in python code blocks messes up coloring #18

Open
mariusk opened this issue Aug 10, 2017 · 5 comments
Open

Comments in python code blocks messes up coloring #18

mariusk opened this issue Aug 10, 2017 · 5 comments

Comments

@mariusk
Copy link

mariusk commented Aug 10, 2017

Here's an example:

image

Any idea why, and/or how to work around it?

@SynergiAios
Copy link

SynergiAios commented Feb 25, 2018

I have the same issue on c# colored code.

screenshot_1

@SynergiAios
Copy link

But I think this project is dead. Sadly 👎

@mikemorton
Copy link

I encountered this today as well. It seems to be a problem with highlight.js.

I tried changing <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script> to <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> but it has the same issue.

@mikemorton
Copy link

Looks like highlight.js has issues of it's own. No active maintainers, 200+ open issues, 100+ open PRs 😢

@andrimarjonsson
Copy link

I just hit this as well, did the same as @mikemorton and updated highlight.js to no avail. However I did try the same snippet in, for a lack of a better term, vanilla hightlight.js and there it works. Which would indicate this has something to do with the way whiteboard turns markdown into html before highlight.js even has a chance to do it's magic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants