pg-generator / converters

# Namespace: converters

# Functions

# mermaidToSVG

mermaidToSVG(input: string): string

Converts given content's mermaid sections into SVG.

see https://github.com/superj80820/mermaid-js-converter

# Parameters:

Name Type Description
input string is the content to convert mermaid parts to svg.

Returns: string

converted content.

Defined in: converters/mermaid-to-svg.ts:39