fix: use backstage theme for MarkdownContent
This commit is contained in:
@@ -7,3 +7,9 @@ Adds the MarkdownContent component to render and display markdown input.
|
||||
```
|
||||
<MarkdownContent content={markdown} />
|
||||
```
|
||||
|
||||
Render and display the github flavored markdown [GFM](https://github.github.com/gfm/) input:
|
||||
|
||||
```
|
||||
<MarkdownContent content={markdownGithubFlavored} enableGfm />
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user