Package-level declarations
Types
Link copied to clipboard
Stable classification shared by all Mermaid rendering backends.
Link copied to clipboard
Blocking, reusable Mermaid-to-SVG renderer.
Link copied to clipboard
class MermaidRenderException(val kind: MermaidErrorKind, val backendId: String, message: String, cause: Throwable) : RuntimeException
Unchecked rendering failure translated from a backend-specific native error.
Link copied to clipboard
class MermaidRenderOptions
Portable options whose semantics are supported by every kmermaid backend.
Link copied to clipboard
class MermaidTheme
Portable optional theme overrides shared by all rendering backends.
Link copied to clipboard
Portable light or dark presentation semantics.