Skip to content

Commit

Permalink
fix: fix some lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yvmunayev committed Jul 30, 2020
1 parent b8222ca commit 720497f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/MarkdownOutput/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ const MarkdownCard = props => {
<div
className="rainbow-m-vertical_large rainbow-p-horizontal_large rainbow-m_auto rainbow-flex_wrap"
>
<HighlightTheme>
<MarkdownCard text={state.text} />
</HighlightTheme>
</div>
<HighlightTheme>
<MarkdownCard text={state.text} />
</HighlightTheme>
</div>
```

##### MarkdownOutput code:
Expand Down Expand Up @@ -285,5 +285,5 @@ const MarkdownCard = props => {
<HighlightTheme>
<MarkdownCard text={state.text} />
</HighlightTheme>
</div>
</div>
```

0 comments on commit 720497f

Please sign in to comment.