renderSvg

abstract fun renderSvg(source: String): String

Renders source with the backend's default options.


abstract fun renderSvg(source: String, options: MermaidRenderOptions): String

Renders source with portable options supported by every backend.