fix: update github-insights-plugin to resolve conflicts

This commit is contained in:
Jesko Steinberg
2020-10-30 11:02:57 +01:00
parent 357f42b6a1
commit 7b37d65fd8
2 changed files with 9 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/core': minor
---
Adds the MarkdownContent component to render and display markdown input.
```
<MarkdownContent content={markdown} />
```
-15
View File
@@ -1,15 +0,0 @@
---
'@backstage/core': minor
---
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 />
```