Skip to content

Commit

Permalink
docs(blog): add missing subheader (#6060)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 authored and duailibe committed Apr 15, 2019
1 parent 5f41d91 commit 9179743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/blog/2019-04-12-1.17.0.md
Expand Up @@ -213,6 +213,8 @@ let value = /** @type {string} */ this(.members[0]).functionCall();
let value = /** @type {string} */ (this.members[0]).functionCall();
```
### Markdown
#### Do not align table contents if it exceeds the print width and `--prose-wrap never` is set ([#5701] by [@chenshuai2144])
The aligned table is less readable than the compact one if it's particularly long and the word wrapping is not enabled in the editor so we now print them as compact tables in these situations.
Expand Down

0 comments on commit 9179743

Please sign in to comment.