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

Desktop, Mobile: Upgrade CodeMirror packages #11034

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

This pull request updates several @codemirror/ and @lezer/ packages. These packages aren't auto-updated by the Renovate bot because manual changes to yarn.lock are often required.

Testing plan

Web (Firefox on Windows 11):

  1. Start Joplin
  2. Open the note viewer.
  3. Verify that headings and code blocks are highlighted.
    • Test note:
     This is a test!
     # Header
     
     ```javascript
     function foo() {
     	// Test
     	TEST();
     }
     ```
     <b>BOLD</b>
     <div>
     	TEST
     </div>
  4. Install the "Extra Markdown Editor Settings" plugin and enable all non-advanced settings.
  5. Verify that line numbers, a background grid pattern, and highlighted spaces are all present.

@laurent22 laurent22 merged commit 5a07b79 into laurent22:dev Sep 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants