docs(blog): add missing subheader (#6060)

master
Georgii Dolzhykov 2019-04-15 17:30:50 +03:00 committed by Lucas Duailibe
parent 5f41d91b7d
commit 91797439d9
1 changed files with 2 additions and 0 deletions

View File

@ -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.