feat: add docs repo (#1202)

This commit is contained in:
Mo
2022-07-04 14:33:27 -05:00
committed by GitHub
parent 1e666fa606
commit 42dee7513e
643 changed files with 98794 additions and 168 deletions

View File

@@ -0,0 +1,14 @@
/* 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 {
user-select: all;
-moz-user-select: all;
-webkit-user-select: all;
-ms-user-select: all;
}