Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing headers for katex #1096

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

panglesd
Copy link
Collaborator

The preamble was not traversed when looking for math elements, resulting in a faulty math detection. Fix #1092.

Signed-off-by: Paul-Elliot <peada@free.fr>
@jonludlam
Copy link
Member

Looks great, thanks!

@jonludlam jonludlam merged commit 1cfb484 into ocaml:master Mar 26, 2024
9 of 10 checks passed
@panglesd panglesd mentioned this pull request May 17, 2024
jonludlam added a commit to jonludlam/opam-repository that referenced this pull request Sep 13, 2024
CHANGES:

### Fixed

- Fix missing katex headers (@panglesd, ocaml/odoc#1096)
- Allow `][` in code blocks, fixing issue ocaml/odoc#1137 (@Julow, ocaml/odoc#1149)
  This was interpreted as "code blocks with result", which now mandates a
  delimiter: `{delim@lang[ code ]delim[ result ]}`
- Fix misprinting of type variables from ml files for OCaml 4.14 and later
  (multiple occurences of the same type variable could be named differently)
  (@Octachron, ocaml/odoc#1173)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KaTeX headers are missing for documentation pages.
2 participants