fix: use backstage theme for MarkdownContent

This commit is contained in:
Jesko Steinberg
2020-10-30 12:08:36 +01:00
parent ef8e3c20ac
commit bbc15f5112
2 changed files with 29 additions and 10 deletions
+6
View File
@@ -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 />
```