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

markdown error for quote mark in code section #2247

Closed
wonderlives opened this issue Jul 25, 2018 · 2 comments
Closed

markdown error for quote mark in code section #2247

wonderlives opened this issue Jul 25, 2018 · 2 comments
Labels
bug 🐛 Issue concerns a bug. duplicate 🚫 Issue is a duplicate.

Comments

@wonderlives
Copy link

after the recent update, the markdown for code section shows the following bug:

Before update

#python
a = 'text'
b = "text"

will shown correctly as
a = 'text'
b = "text"

After update

#python
a = 'text'
b = "text"

will shown only the double quote correctly, the single quote will shown as:
a = 'text&apos
b = "text"

Please kindly advise

@dsp25no
Copy link

dsp25no commented Jul 27, 2018

You can use advice from
#2244

@Rokt33r Rokt33r added bug 🐛 Issue concerns a bug. duplicate 🚫 Issue is a duplicate. labels Aug 9, 2018
@Rokt33r
Copy link
Member

Rokt33r commented Aug 9, 2018

Close this because it is duplicated. #2217

@Rokt33r Rokt33r closed this as completed Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug. duplicate 🚫 Issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

3 participants