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

Single dollar sign ($) breaks Codemirror highlighting #3610

Closed
wjbuys opened this issue Aug 7, 2020 · 1 comment
Closed

Single dollar sign ($) breaks Codemirror highlighting #3610

wjbuys opened this issue Aug 7, 2020 · 1 comment
Labels
bug It's a bug

Comments

@wjbuys
Copy link

wjbuys commented Aug 7, 2020

Environment

Joplin version: 1.0.233, using CodeMirror editor.
Platform: Windows 10
OS specifics: 64 bit

Steps to reproduce

  1. Make a new note with Codemirror as the editor. I don't even have math expressions enabled in the preferences.
  2. Type the following:
    # Test
    The thing costs $10. That's pretty cheap.
    
    # Broken
    Now all of my *highlighting* is _broken_. :'(
  3. Observe the sadness:
    sadness

Describe what you expected to happen

I expected CodeMirror to ignore the $, and keep highlighting the rest of my note.

Logfile

I didn't find anything relevant in the logs.

@wjbuys wjbuys added the bug It's a bug label Aug 7, 2020
@wjbuys wjbuys changed the title Codemirror highlighting breaks when using a single dollar sign ($) in normal text Singel dollar sign ($) breaks Codemirror highlighting Aug 7, 2020
@wjbuys wjbuys changed the title Singel dollar sign ($) breaks Codemirror highlighting Single dollar sign ($) breaks Codemirror highlighting Aug 7, 2020
@CalebJohn
Copy link
Collaborator

Thanks for the bug report @wjbuys ! This was already fixed in #3582 and will be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

2 participants