Skip to content

Commit

Permalink
Dependencies: upgrade to Quill 2.0 (#5517)
Browse files Browse the repository at this point in the history
* first upgrade to Quill-2.0

* also bump the highlight version

* make code highlight looks better

* fix rSyntax highlight
  • Loading branch information
shun2wang authored Jul 29, 2024
1 parent 14b4e60 commit 6c2d3ae
Show file tree
Hide file tree
Showing 8 changed files with 463 additions and 12,960 deletions.
19 changes: 10 additions & 9 deletions Desktop/html/css/highlight-default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Desktop/html/css/jasp.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,9 @@ iframe.ql-video {
transform: translateX(0);
}
}

/* we hack the quill editor code-block style */
.ql-snow .ql-editor .ql-code-block-container {
background-color: #333333 !important;
color: #f8f8f2 !important;
}
Loading

0 comments on commit 6c2d3ae

Please sign in to comment.