From 91797439d9f841a7e91e690ede1836bcefcf03da Mon Sep 17 00:00:00 2001 From: Georgii Dolzhykov Date: Mon, 15 Apr 2019 17:30:50 +0300 Subject: [PATCH] docs(blog): add missing subheader (#6060) --- website/blog/2019-04-12-1.17.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/blog/2019-04-12-1.17.0.md b/website/blog/2019-04-12-1.17.0.md index aa92e26830d2..9de115bdc04d 100644 --- a/website/blog/2019-04-12-1.17.0.md +++ b/website/blog/2019-04-12-1.17.0.md @@ -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.