Paul-Elliot Anglès d'Auriac

Results 145 comments of Paul-Elliot Anglès d'Auriac

That seems a fair compromise. I'll reopen the PR, rebase and remove the added css.

I removed the added icon but kept the class on external links, and rebased. Feel free to merge (or close) this PR!

I added a more readable test focusing on the issue.

This is also triggered outside of references. For instance: ```ocaml module type A = sig module X = Stdlib module Y := X end ``` If `Stdlib` is not in...

When this is merged, I think it would make sense to backport it to 2.4 branch and update the website.

For the records, I tested on firefox, opera and chromium, and only firefox has this problem: the `details` html elements are automatically opened on opera and chromium when linking to...

Related to this issue, there is also the "in page search" feature which should ideally open boxes. It does in chromium and opera but not in firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1724299). But this...

As a work-around, you can use comments in html-specific backend: ``` {%html: %} ``` or as @lpw25 suggested in another channel, you can abuse the backend specific syntax, which allows...

This could be achieved (in code spans, not code blocks) by having a `{c ...}` (`c` for codespan) which renders as a codespan but contains odoc inline elements instead of...