Merge pull request #6129 from aamct2/fix-md-linting

Fix linting errors in docs
This commit is contained in:
Norbert de Langen 2019-03-18 22:47:24 +01:00 committed by GitHub
commit e6a5195bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 58 deletions

View File

@ -23,7 +23,7 @@ addParameters({
When setting a theme, set a full theme object. The theme is replaced not combined.
See more addon options at https://github.com/storybooks/storybook/tree/master/addons/options
View more [addon options in the master branch](https://github.com/storybooks/storybook/tree/master/addons/options).
## Get a theme

View File

@ -79,8 +79,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
> ```
>
> </details>
>
>
> You might be using global components or vue plugins such as vuex, in that case you'll need to register them in this `config.js` file.
>
> <details>

View File

@ -82,8 +82,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
> ```
>
> </details>
>
>
> Additionally this is the place where you can register global component.
>
> <details>
@ -98,7 +98,7 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
> function loadStories() {
> require('../stories/index.js');
> // You can require as many stories as you need.
}
> }
>
> configure(loadStories, module);
> ```

View File

@ -83,8 +83,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
> ```
>
> </details>
>
>
> You might be using global components or vue plugins such as vuex, in that case you'll need to register them in this `config.js` file.
>
> <details>