mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 08:36:30 -04:00
content: Update stylesheet link for katex.js
This commit is contained in:
parent
7dae3b0e8c
commit
8b9e1ba3ed
@ -63,7 +63,7 @@ output
|
||||
With `html` and `htmlAndMathml` you must include the KaTeX style sheet within the `head` element of your base template.
|
||||
|
||||
```html
|
||||
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css" rel="stylesheet">
|
||||
|
||||
throwOnError
|
||||
: (`bool`) Whether to throw a `ParseError` when KaTeX encounters an unsupported command or invalid LaTeX. Default is `true`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user