In RStudio Visual Markdown mode, the output of glimpse() is distorted (the summary of one column does not fit into a single line)
Steps to reproduce the issue:
- select a data frame with a big enough number of rows;
- apply
glimpse() on the data frame.
Current output of pillar::glimpse(iris):

Expected output (the output in console):

If the editor's pane is made even wider, the issue gets even worse:
