You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,17 @@ See Configuration section below for the list of available options.
43
43
44
44
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.
45
45
46
-
```markdown
47
-
React component example:
48
-
49
-
```jsx
50
-
<Button size="large">Push Me</Button>
51
-
```
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/):
0 commit comments