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
Before update
#python a = 'text' b = "text"
will shown correctly as a = 'text' b = "text"
a = 'text'
b = "text"
After update
will shown only the double quote correctly, the single quote will shown as: a = 'text&apos b = "text"
a = 'text&apos
Please kindly advise
The text was updated successfully, but these errors were encountered:
You can use advice from #2244
Sorry, something went wrong.
Close this because it is duplicated. #2217
No branches or pull requests
after the recent update, the markdown for code section shows the following bug:
Before update
will shown correctly as
a = 'text'
b = "text"
After update
will shown only the double quote correctly, the single quote will shown as:
a = 'text&apos
b = "text"
Please kindly advise
The text was updated successfully, but these errors were encountered: