From c10c0e3daef9889973f70059b74d864e973f8135 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Thu, 28 Jun 2018 16:25:56 -0300 Subject: [PATCH] Fix docs lint --- docs/cli.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index f56c818c..5996a307 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -121,11 +121,15 @@ Change the level of logging for the CLI. Valid options are: A path to the file that the Prettier CLI will treat like stdin. For example: _abc.css_ + ```css -.name { display: none; } +.name { + display: none; +} ``` _shell_ + ```bash $ cat abc.css | prettier --stdin-filepath abc.css .name {