Timothée Mazzucotelli
Timothée Mazzucotelli
I recently updated the code to support putting the coverage report in a sub page. It shouldn't be hard now to update it again to support multiple reports. Would you...
I suppose this icon feature comes from Material for MkDocs? I'll try to look into it.
Yeah the coverage report currently follows your system preferences *at generation time*. I don't think it's possible to switch the theme of the coverage HTML report while browsing it. Maybe...
OK, I was completely wrong then (fortunately!) :sweat_smile: I guess the issue comes from the iframe indeed. I'll investigate, thanks @nedbat!
Is it even possible to toggle the coverage report theme (between light and dark) without changing the browser/system preference? It seems there's only one `style.css` file that uses `@media (prefers-color-scheme:...
No comments = no updates. Happy to review PRs if you want to contribute a fix :slightly_smiling_face:
Might be an update in the HTML generated by coveragepy itself :slightly_smiling_face: I'll try this too and close if this is fixed! Thanks for the update!
Yay that works! Amazing :smile:
This URL generates Markdown content in the "Lorem ipsum" style (nothing suspicious). Maybe we could avoid relying on a third-party website for the Getting Started guide though :+1:
Can you show us how you add these links to your Markdown documents? Using the `[]()` syntax or pasted directly? Please also share your mkdocs.yml configuration.