-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Code block turns ' into ' #2348
Comments
I don't have Windows 10 but I checked on OSX and it's working fine there so it may be related to Windows only |
Is there any way to get my configuration file? Maybe it's worth comparing mine to yours if I have different options (which I shouldn't since I didn't change mine, but worth a try). |
@fabiante your configuration file is located at edit: I'm not sure if i am correct but i think there is a known issue reporting this "unneeded/double escaping" of some signs.. |
Hmm. My config doesn't look that helpful.
I can't find it :/ |
i get the same issue also if i write a code block that contains like var='test' than i see var=&apostest&apos, this happens in both types of content: snips and markdown type content any idea to correct this issue ? |
for me i solved it download: |
Too bad pre-releases don't have Windows versions, I'd like to test if the issue is gone as well. Like others, I'm having the issue with 0.11.8 on Windows 10. When entering special characters in between triple ticks, some get escaped, like |
@nikitka007 has started working. Visit this issue on Issuehunt |
This issue is solved in #2230 and will appears in v0.11.9 |
This has been reported a number of times. maybe it can be mentioned here as known issues to prevent further issues of this nature. (With a link to a closed issue, since it provides possible workarounds). |
Current behavior
Currently this code block (replace ´´´ with ```):
´´´sql
select count(*)
from ARBEITET
where FIRMA = 'Lübecker Bank';
´´´
will be parsed to this:
Expected behavior
I'd expect this as outcome:
Environment
The text was updated successfully, but these errors were encountered: