We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.mld
For some obscure reason some of the code fences in .mld files get tagged as reasonml. For example the last code fence of this section:
https://erratique.ch/software/brr/doc/web_page_howto.html#running
Here's the source:
https://github.com/dbuenzli/brr/blob/fc66944ba44bdd2fca6c35e8c82926e4890c7577/doc/web_page_howto.mld#L150
The text was updated successfully, but these errors were encountered:
In fact there's no tagging in the output.
This looks like an issue with highlight.pack.js's automatic detection.
highlight.pack.js
odoc should likely classify{[…]} odoc output as ocaml.
odoc
{[…]}
ocaml
Sorry, something went wrong.
Set correct default for code blocks (closes ocaml#759).
1e2e06d
04cb61e
58d902e
No branches or pull requests
For some obscure reason some of the code fences in
.mld
files get tagged as reasonml. For example the last code fence of this section:https://erratique.ch/software/brr/doc/web_page_howto.html#running
Here's the source:
https://github.com/dbuenzli/brr/blob/fc66944ba44bdd2fca6c35e8c82926e4890c7577/doc/web_page_howto.mld#L150
The text was updated successfully, but these errors were encountered: