We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Highlight/unhighlight for pseudocode have bugs when applied for multiple lines. For example:
pseudo = av.code(["line1", "line2"]); pseudo.highlight(1); pseudo.unhighlight([1, 2]);
ends up with line 1 not highlighted (as it should be) and line 2 incorrectly highlighted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Highlight/unhighlight for pseudocode have bugs when applied for multiple lines. For example:
ends up with line 1 not highlighted (as it should be) and line 2 incorrectly highlighted.
The text was updated successfully, but these errors were encountered: