+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "renderMarkdown" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## renderMarkdown() function ### renderMarkdown() function Signature ```typescript export declare function renderMarkdown(str?: string): string; ``` Import ```typescript import { renderMarkdown } from '@grafana/data'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | str | string | | Returns: `string`