fixed contract of parameters in the docs
This commit is contained in:
parent
cc3351f5c1
commit
e5ddba6d8f
|
@ -279,7 +279,7 @@ details see the documentation of @racket[with-html5].
|
||||||
|
|
||||||
This parameter requires Racket 6.12 or later.}
|
This parameter requires Racket 6.12 or later.}
|
||||||
|
|
||||||
@defparam[use-external-mathjax URL string? #:value #f]{
|
@defparam[use-external-mathjax URL (or/c #f string?) #:value #f]{
|
||||||
|
|
||||||
A parameter whose value is the URL to the MathJax script
|
A parameter whose value is the URL to the MathJax script
|
||||||
to use. The URL must be absolute, or relative to the URL
|
to use. The URL must be absolute, or relative to the URL
|
||||||
|
@ -297,7 +297,7 @@ details see the documentation of @racket[with-html5].
|
||||||
This feature is in beta and might not work, please report
|
This feature is in beta and might not work, please report
|
||||||
any issue.}
|
any issue.}
|
||||||
|
|
||||||
@defparam[use-external-katex URLs (list/c string? string?) #:value #f]{
|
@defparam[use-external-katex URLs (or/c #f (list/c string? string?)) #:value #f]{
|
||||||
|
|
||||||
A parameter whose value is a list containing the URL to the
|
A parameter whose value is a list containing the URL to the
|
||||||
KaTeX script and the URL to KaTeX CSS to use. The URLs must
|
KaTeX script and the URL to KaTeX CSS to use. The URLs must
|
||||||
|
|
Loading…
Reference in New Issue
Block a user