Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-styleguidist": "^6.2.7",
"markdown-to-jsx": "6.4.1",
Copy link
Author

@roblevintennis roblevintennis Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't have to appear after react-styleguidist if you prefer alphabetical of course... I was just hacking towards a solution

"webpack": "^3.4.1"
},
"resolutions": {
"react-styleguidist/markdown-to-jsx": "6.4.1"
},
"scripts": {
"start": "styleguidist server",
"styleguide": "styleguidist server",
Expand Down
1 change: 1 addition & 0 deletions src/components/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Basic button:
```jsx
<Button>Push Me</Button>
```
<div>Parent<div>child</div></div>

Big pink button:

Expand Down