@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 317 B
TypeScript
export declare function escapeMarkdown(text: string): string;
/**
* Converts mermaid code (potentially produced by {@link graphToMermaid}) to an url that presents the graph in the mermaid editor.
*
* @param code - code to convert
*/
export declare function mermaidCodeToUrl(code: string, edit?: boolean): string;