fix: update github-insights-plugin to resolve conflicts
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/core': minor
|
||||
---
|
||||
|
||||
Adds the MarkdownContent component to render and display markdown input.
|
||||
|
||||
```
|
||||
<MarkdownContent content={markdown} />
|
||||
```
|
||||
@@ -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 />
|
||||
```
|
||||
Reference in New Issue
Block a user