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): React.JSX.Element;
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
Props |
React.JSX.Element
Remarks
If you just want to render to plain CommonMark, set the dialect to 'common-mark'