Skip to main content
Version: Next

MarkdownContent()

Home > @backstage/core-components > MarkdownContent

Renders markdown with the default dialect gfm - GitHub flavored Markdown to backstage theme styled HTML.

Signature:

function MarkdownContent(props: Props): import("react/jsx-runtime").JSX.Element;

Parameters

Parameter

Type

Description

props

Props

**Returns:**

import("react/jsx-runtime").JSX.Element

Remarks

If you just want to render to plain CommonMark, set the dialect to 'common-mark'