Skip to content

Commit 8c3efeb

Browse files
committed
Try to fix some code blocks in 1.19.0 blog post
1 parent 4eb3e26 commit 8c3efeb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/blog/2019-11-09-1.19.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ useEffect(
534534
535535
#### Put a closing parenthesis onto a new line after union types ([#6307] by [@sosukesuzuki])
536536
537-
<!-- prettier-ignore-->
537+
<!-- prettier-ignore -->
538538
```ts
539539
// Input
540540
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
11061106
11071107
Previously, in the [whitespace-sensitive mode](https://prettier.io/docs/en/options.html#html-whitespace-sensitivity), they were formatted as if they were inline.
11081108
1109-
<!-- prettier-ignore-->
1109+
<!-- prettier-ignore -->
11101110
```html
11111111
<!-- Input -->
11121112
<script
@@ -1151,7 +1151,7 @@ Previously, Prettier only supported the most common HTML entities, such as `&nbs
11511151
11521152
#### Add JSON script types ([#6293] by [@ascorbic])
11531153
1154-
<!-- prettier-ignore-->
1154+
<!-- prettier-ignore -->
11551155
```html
11561156
<!-- Input -->
11571157
<script type="application/json">
@@ -1385,7 +1385,7 @@ Previously, Prettier added line breaks between text and mustaches which resulted
13851385
13861386
Previously, the flag was not applied on HTML attributes.
13871387
1388-
<!-- prettier-ignore-->
1388+
<!-- prettier-ignore -->
13891389
```hbs
13901390
<!-- Input -->
13911391
<div class="a-class-name"></div>

0 commit comments

Comments
 (0)