Skip to content

Commit

Permalink
remove section in the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Mar 23, 2020
1 parent 9eca916 commit ff1c354
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions website/blog/2020-03-21-2.0.0.md
Expand Up @@ -1699,86 +1699,6 @@ type Type2 implements A, B & C {
2. List
```
#### Fix redundant leading spaces in lists ([#7178](https://github.com/prettier/prettier/pull/7178) by [@sasurau4](https://github.com/sasurau4))
<!-- prettier-ignore -->
```md
<!-- Input -->
- a
b
c
d
e

- a
b
c
d
e

1. a
b
c
d
e

1. a
b
c
d
e

<!-- Prettier 1.19 -->
- a
b
c
d
e

- a
b
c
d
e

1. a
b
c
d
e

1. a
b
c
d
e

<!-- Prettier 2.0 -->
- a
b
c
d
e

- a
b
c
d
e

1. a
b
c
d
e

1. a
b
c
d
e
```
#### Fix HTML formatting broken if the beginning tag starts after a list item ([#7181](https://github.com/prettier/prettier/pull/7181) and [#7220](https://github.com/prettier/prettier/pull/7220) by [@sasurau4](https://github.com/sasurau4))
Previously, when Prettier formatted an HTML tag placed just after a list item, it would insert indent and break the relationship of open and close tag. Now, Prettier no longer changes anything.
Expand Down

0 comments on commit ff1c354

Please sign in to comment.