Skip to content

feat: add per-diagram options support with JSON configuration#35

Open
mathias-ewald wants to merge 2 commits into3rd:masterfrom
mathias-ewald:master
Open

feat: add per-diagram options support with JSON configuration#35
mathias-ewald wants to merge 2 commits into3rd:masterfrom
mathias-ewald:master

Conversation

@mathias-ewald
Copy link

Enables customizing individual diagrams using JSON syntax in code blocks (e.g., ```mermaid {"theme": "dark"}). Per-diagram options are merged with global renderer options, with per-diagram settings taking precedence.

Also improves cache invalidation by including options in cache keys and adds type validation for cli_args arrays.

Enables customizing individual diagrams using JSON syntax in code blocks
(e.g., ```mermaid {"theme": "dark"}). Per-diagram options are merged
with global renderer options, with per-diagram settings taking precedence.

Also improves cache invalidation by including options in cache keys and
adds type validation for cli_args arrays.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant