-
Notifications
You must be signed in to change notification settings - Fork 456
!!! Bug: code format is not correct. Useless html tag is shown !!! #183
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
"rm -fr ~/.lc" solve the issue. I think the issue is caused by "--no-color" setting per the suggestion from this thread #179 Close it for now. Thanks. |
ketankr9
added a commit
to ketankr9/leetcode-cli
that referenced
this issue
Feb 10, 2020
ketankr9
added a commit
to ketankr9/leetcode-cli
that referenced
this issue
Feb 14, 2020
ketankr9
added a commit
to ketankr9/leetcode-cli
that referenced
this issue
Mar 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Summary
The downloaded code format is not correct. Useless html tag is shown
How to reproduce
I just reinstalled latest 2.6.2 because submit does not work in the old version.
cd
rm -fr .npm .nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
$ source ~/.bashrc
$ nvm install --lts
$ npm install -g leetcode-cli
$ leetcode version
lee show 1 -gx -l python3
Observed:
In 1.two-sum.py
Expected:
I've an old copy downloaded by old version:
In the newer version, lots of useless html, such as <p> <strong> ... is showing. Very annoying.
Environment
Thanks.
The text was updated successfully, but these errors were encountered: