renderTextPanelMarkdown() function

renderTextPanelMarkdown() function

Signature

  1. export declare function renderTextPanelMarkdown(str?: string, options?: RenderMarkdownOptions): string;

Import

  1. import { renderTextPanelMarkdown } from '@grafana/data';

Parameters

ParameterTypeDescription
strstring
optionsRenderMarkdownOptions

Returns:

string