Skip to content

Commit

Permalink
fix broken markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Aug 11, 2020
1 parent afe6fc9 commit fbdf836
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Your project may have additional requirements before components can be rendered

<details>
<summary>Build configuration like webpack and Babel</summary>

If you see errors on the CLI when you run the `yarn storybook` command. It’s likely you need to make changes to Storybook’s build configuration. Here are some things to try:

- [Presets](../api/presets.md) bundle common configurations for various technologies into Storybook. In particular presets exist for Create React App, SCSS and Ant Design.
Expand All @@ -40,7 +40,7 @@ If you see errors on the CLI when you run the `yarn storybook` command. It’s l

<details>
<summary>Runtime configuration</summary>

If Storybook builds but you see an error immediately when connecting to it in the browser, then chances are one of your input files is not compiling/transpiling correctly to be interpreted by the browser. Storybook supports modern browsers and IE11, but you may need to check the Babel and webpack settings (see above) to ensure your component code works correctly.

</details>
Expand Down
8 changes: 4 additions & 4 deletions docs/writing-stories/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ You can also reuse stories from the child `ListItem` in your `List` component. T
<!-- prettier-ignore-end -->

<div class="aside">
Note that there are disadvantages in writing stories like this as you cannot take full advantage of the args mechanism and composing args as you build more complex composite components. For more discussion, set the [multi component stories](../workflows/stories-for-multiple-components.md) workflow article.
</div>

Note that there are disadvantages in writing stories like this as you cannot take full advantage of the args mechanism and composing args as you build more complex composite components. For more discussion, set the [multi component stories](../workflows/stories-for-multiple-components.md) workflow article.

</div>

0 comments on commit fbdf836

Please sign in to comment.