Skip to content

Commit

Permalink
Try to fix some code blocks in 1.19.0 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 9, 2019
1 parent 4eb3e26 commit 8c3efeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/blog/2019-11-09-1.19.0.md
Expand Up @@ -534,7 +534,7 @@ useEffect(
#### Put a closing parenthesis onto a new line after union types ([#6307] by [@sosukesuzuki])
<!-- prettier-ignore-->
<!-- prettier-ignore -->
```ts
// Input
const foo = [abc, def, ghi, jkl, mno, pqr, stu, vwx, yz] as (
Expand Down Expand Up @@ -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.
<!-- prettier-ignore-->
<!-- prettier-ignore -->
```html
<!-- Input -->
<script
Expand Down Expand Up @@ -1151,7 +1151,7 @@ Previously, Prettier only supported the most common HTML entities, such as `&nbs
#### Add JSON script types ([#6293] by [@ascorbic])
<!-- prettier-ignore-->
<!-- prettier-ignore -->
```html
<!-- Input -->
<script type="application/json">
Expand Down Expand Up @@ -1385,7 +1385,7 @@ Previously, Prettier added line breaks between text and mustaches which resulted
Previously, the flag was not applied on HTML attributes.
<!-- prettier-ignore-->
<!-- prettier-ignore -->
```hbs
<!-- Input -->
<div class="a-class-name"></div>
Expand Down

0 comments on commit 8c3efeb

Please sign in to comment.