diff --git a/package.json b/package.json index 396c1f7..9acc2d6 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,12 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-styleguidist": "^6.2.7", + "markdown-to-jsx": "6.4.1", "webpack": "^3.4.1" }, + "resolutions": { + "react-styleguidist/markdown-to-jsx": "6.4.1" + }, "scripts": { "start": "styleguidist server", "styleguide": "styleguidist server", diff --git a/src/components/Button.md b/src/components/Button.md index 1dd2a0b..f0a29a0 100644 --- a/src/components/Button.md +++ b/src/components/Button.md @@ -3,6 +3,7 @@ Basic button: ```jsx ``` +