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

Quotes in code snippets get converted to entity name (') #2220

Closed
bhrd opened this issue Jul 19, 2018 · 2 comments
Closed

Quotes in code snippets get converted to entity name (') #2220

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

Comments

@bhrd
Copy link

bhrd commented Jul 19, 2018

Current behavior

Code snippets with quotes (') are converted to '. Copying the code after, copies with the the converted entity name and not quotes.
Screen recording here - https://www.dropbox.com/s/9g91542e7tvlzao/quotes_in_code.mov?dl=0

Expected behavior

Leave as is

Environment

  • Version : 0.11.8
  • OS Version and name : Mac Sierra
@SagaciousZed
Copy link

I am experiencing this too.

Current behavior

When writing the following inside a note, substituting two for three because I don't know how to escape.

``
echo '$USER'
``

I get

echo '\$USER'

Expected behavior

code blocks are shown and copied as

echo '$USER'

Environment

Version : 0.11.8
OS Version and name : Mac Sierra 10.12.6

@ZeroX-DG
Copy link
Member

Duplicate #2217

@Rokt33r Rokt33r added bug 🐛 Issue concerns a bug. duplicate 🚫 Issue is a duplicate. labels Jul 22, 2018
@Rokt33r Rokt33r closed this as completed Jul 22, 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

4 participants