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

[stable26] Add syntax highlighting in code blocks #4594

Merged
merged 2 commits into from
Jul 28, 2023

Commits on Jul 28, 2023

  1. fix(editor): Add syntax highlighting in code blocks

    Fixes: #3618
    
    Also only load core highlight JS package in EditorFactory.js (required
    for syntax highlighting in plaintext editing). This reduces the size ofr
    compiled editor.js by almost 1MB.
    
    Signed-off-by: Jonas <[email protected]>
    mejo- committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    edd4175 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f077ba8 View commit details
    Browse the repository at this point in the history