Fix improper markdown (#4645)

escape `|`
This commit is contained in:
peng weikang
2018-06-15 08:00:40 +08:00
committed by kyle
parent f53f92351e
commit 0eb591b78a

View File

@@ -17,7 +17,7 @@ Script name | Description
--- | --- --- | ---
`build` | Build a new set of JS and CSS assets, and output them to `/dist`. `build` | Build a new set of JS and CSS assets, and output them to `/dist`.
`build-bundle` | Build `swagger-ui-bundle.js` only. `build-bundle` | Build `swagger-ui-bundle.js` only.
`build-core` | Build `swagger-ui.(js|css)` only. `build-core` | Build `swagger-ui.(js\|css)` only.
`build-standalone` | Build `swagger-ui-standalone-preset.js` only. `build-standalone` | Build `swagger-ui-standalone-preset.js` only.
### Testing ### Testing