JuliaDocs/Documenter.jl
Option to apply custom CSS class to at-example blocks
Ouverte
#2 208 ouverte le 14 août 2023
Format: HTMLType: Enhancementhelp wanted
Métriques du dépôt
- Stars
- (910 étoiles)
- Métriques de merge PR
- (Merge moyen 16j 9h) (3 PRs mergées en 30 j)
Description
This is so that you could apply custom CSS styling if you want (e.g. https://github.com/SpeedyWeather/SpeedyWeather.jl/pull/345). I think it could look something like this:
```@example foo; html_class = "my-css-override"
And then HTMLWriter just adds the class to the DOM. The user can then add custom CSS to their docs build to style it.
Implementation is very much up for grabs though.