mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-11 05:06:43 +01:00
Fix LaTeX rendering, move js&css deps from remote to local
This commit is contained in:
13
blogo-input/js/katex/contrib/copy-tex.css
Normal file
13
blogo-input/js/katex/contrib/copy-tex.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Force selection of entire .katex/.katex-display blocks, so that we can
|
||||
* copy/paste the entire source code. If you omit this CSS, partial
|
||||
* selections of a formula will work, but will copy the ugly HTML
|
||||
* representation instead of the LaTeX source code. (Full selections will
|
||||
* still produce the LaTeX source code.)
|
||||
*/
|
||||
.katex,
|
||||
.katex-display {
|
||||
-webkit-user-select: all;
|
||||
-moz-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user