From 0eb591b78a164333f7fdc6641ef46eefe9301761 Mon Sep 17 00:00:00 2001 From: peng weikang Date: Fri, 15 Jun 2018 08:00:40 +0800 Subject: [PATCH] Fix improper markdown (#4645) escape `|` --- docs/development/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/scripts.md b/docs/development/scripts.md index 3398d932..af3f8169 100644 --- a/docs/development/scripts.md +++ b/docs/development/scripts.md @@ -17,7 +17,7 @@ Script name | Description --- | --- `build` | Build a new set of JS and CSS assets, and output them to `/dist`. `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. ### Testing -- GitLab