Paul-Elliot Anglès d'Auriac

Results 111 issues of Paul-Elliot Anglès d'Auriac

They will benefit the latest bugfixes, which is nice since they serve as example. Check that there were no breaking change in the engine (I don't think there were!)

documentation

This makes them much better examples and will check that markdown is expressive enough and nice to write... (or not!)

documentation

The following file: ``` ![](https://avatars.githubusercontent.com/u/34110029?s=80&v=4){.myclass} ``` will have the wrong output: ``` ![](https://avatars.githubusercontent.com/u/34110029?s=80&v=4) ```

The compiler would load the "dependencies". Idea for syntax: ``` ![path/to/input.md] ``` This could be combined with #28: ``` {subslip} ![path/to/input.md] ```

The engine support having subslips, but it is not possible to have them in the compiler. An idea for the syntax: ``` {subslip} > subslip content > ... ```

This is a revival of #1005 but with the new asset references from odoc 3. The main difference for users is that the media target use path instead of odoc...

The pipeline for asset was missing the generate command. This PR simply adds that! The driver will need to be updated to follow the convention for installed asset described in...

This adds generation of (basic) pages for: - A "list of all packages" page (at the root of the doc) - A landing page for each package (in the `/`...

no changelog

With the release of opam 2.2, it seems important that `odoc` supports windows. #1153 added windows to [the CI](https://github.com/ocaml/odoc/actions/runs/9760538432/job/26939618679?pr=1153) (thanks!). Just the CI shows a few things: - Tests are...

This helps when you have hundreds of tabs opened. Ideally, the icon could be customized.

good-first-issue