From 8c3efeb9df251da800cd118ecb4ddf7b33248ff4 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 9 Nov 2019 01:44:53 +0100 Subject: [PATCH] Try to fix some code blocks in 1.19.0 blog post --- website/blog/2019-11-09-1.19.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/blog/2019-11-09-1.19.0.md b/website/blog/2019-11-09-1.19.0.md index de0e050fbc06..d66c706fef5a 100644 --- a/website/blog/2019-11-09-1.19.0.md +++ b/website/blog/2019-11-09-1.19.0.md @@ -534,7 +534,7 @@ useEffect( #### Put a closing parenthesis onto a new line after union types ([#6307] by [@sosukesuzuki]) - + ```ts // Input const foo = [abc, def, ghi, jkl, mno, pqr, stu, vwx, yz] as ( @@ -1106,7 +1106,7 @@ Previously, even if the line length was shorter than `printWidth`, Prettier woul Previously, in the [whitespace-sensitive mode](https://prettier.io/docs/en/options.html#html-whitespace-sensitivity), they were formatted as if they were inline. - + ```html