Skip to content

Commit 80030c0

Browse files
committed
fix code example
1 parent 44dd19e commit 80030c0

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Readme.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,17 @@ See Configuration section below for the list of available options.
4343

4444
Examples are written in Markdown where any code blocks will be rendered as a react components. By default any `readme.md` in the component folder is treated as an examples file but you can change it with the `getExampleFilename` option.
4545

46-
```markdown
47-
React component example:
48-
49-
```jsx
50-
<Button size="large">Push Me</Button>
51-
&#96;``
52-
53-
Any [Markdown](http://daringfireball.net/projects/markdown/):
54-
55-
* Foo;
56-
* bar;
57-
* baz.
58-
```
46+
React component example:
47+
48+
```jsx
49+
<Button size="large">Push Me</Button>
50+
```
51+
52+
Any [Markdown](http://daringfireball.net/projects/markdown/):
53+
54+
* Foo;
55+
* bar;
56+
* baz.
5957

6058
## Configuration
6159

0 commit comments

Comments
 (0)