diff options
Diffstat (limited to 'internal/warpc/katex.go')
-rw-r--r-- | internal/warpc/katex.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/warpc/katex.go b/internal/warpc/katex.go index 4364dd9cc..650a1ab11 100644 --- a/internal/warpc/katex.go +++ b/internal/warpc/katex.go @@ -39,7 +39,6 @@ type KatexOptions struct { MinRuleThickness float64 `json:"minRuleThickness"` // If true, KaTeX will throw a ParseError when it encounters an unsupported command. - // For internal use only, for now. ThrowOnError bool `json:"throwOnError"` } |