docs(deps): bump mkdocs-material to v8.2.1#2422
Conversation
|
EDIT: I added the changes myself. Hope you don't mind :) It seems to render the fenced codebock of mermaid markdown until JS kicks in to convert to mermaid flowchart graphic. In most cases that shouldn't be a problem I think. With the mermaid.js integration we can update this page now: The first few lines (externally linked image, live editor link, admonition) can all be dropped, with indentation for the admonition content dropped (along with the two associated links referenced at bottom of the markdown document): [![Best Practice - Ports (SMTP)][asset-external-mermaid-smtp]][ref-mermaid-live-smtp]
??? "Flowchart - Mermaid.js source:"
View in the [Live Editor][ref-mermaid-live-smtp].The docs preview I linked to shows that it's not rendering quite the same. Seems we'd have to extract some CSS for that maybe, probably not worth the effort, still serves the intended purpose 😅 |
Supported by the docs generator now, we no longer need to rely on external image generator or live editor link (both relied on large base64 encoding of mermaid markup). SVG will be rendered by docs now, although a little different style (can be fixed with custom CSS).
|
Documentation preview for this PR is ready! 🎉 Built with commit: b93ee11 |
|
Thx |
Description
This will upgrade mkdocs-material to v8.2.1 which just hit a new milestone
We now can:
Type of change
Checklist:
docs/)