migrated katex css
This commit is contained in:
parent
1f614c2c24
commit
af6bada025
64 changed files with 13 additions and 4 deletions
|
@ -1,4 +1,12 @@
|
|||
import hljs from 'highlight.js'
|
||||
import * as params from '@params'
|
||||
|
||||
hljs.highlightAll(params.syntaxhighlight?.hljs)
|
||||
const defaultOptions = {
|
||||
ignoreUnescapedHTML: true
|
||||
}
|
||||
|
||||
hljs.configure({
|
||||
...defaultOptions,
|
||||
...(params.syntaxhighlight?.hljs || {}),
|
||||
});
|
||||
hljs.highlightAll();
|
||||
|
|
|
@ -17,4 +17,6 @@ module:
|
|||
- source: ../../node_modules/flag-icon-css/flags
|
||||
target: static/flags
|
||||
- source: ../../node_modules/@fontsource/mulish/files
|
||||
target: static/files
|
||||
target: static/files
|
||||
- source: ../../node_modules/katex/dist/fonts
|
||||
target: static/fonts
|
|
@ -28,4 +28,4 @@ math:
|
|||
|
||||
embedpdf:
|
||||
styles:
|
||||
- ./sections/pdf-viewer
|
||||
- ./sections/pdf-viewer
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
static/katex/katex.min.css
vendored
1
static/katex/katex.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue