glamour icon indicating copy to clipboard operation
glamour copied to clipboard

Glow does not recognize line breaks neither double space nor backslashes.

Open john-soda opened this issue 4 years ago • 2 comments

Glow does not recognize line breaks neither double space nor backslashes. Tested this with Glow 1.1.0. Refers to #84 but backslashes is not mentioned there.

john-soda avatar Oct 27 '20 16:10 john-soda

Glow does currently reflow the text to make the text fit the desired line width.

Do you have a markdown example?

muesli avatar Oct 27 '20 16:10 muesli

<kbd>z</kbd>+<kbd>m</kbd> = fold more: decrease *foldlevel*\ 
<kbd>z</kbd>+<kbd>r</kbd> = reduce folding: increase 'foldlevel'  
  
<kbd>z</kbd>+<kbd>M</kbd> = close all folds: make *foldlevel* zero  
<kbd>z</kbd>+<kbd>R</kbd> = open all folds: make *foldlevel* max  
  
<kbd>z</kbd>+<kbd>o</kbd> = open one fold under the cursor  
<kbd>z</kbd>+<kbd>O</kbd> = open all folds under the cursor  
<kbd>z</kbd>+<kbd>c</kbd> = close one fold under the cursor  
<kbd>z</kbd>+<kbd>C</kbd> = close all folds under the cursor  

if I look at this lines with glow there is no linebreaking neither with double space nor with backslash \

by the way I'm in love with Glow!!!

john-soda avatar Oct 27 '20 16:10 john-soda

Consolidated in individual tickets. Thanks for reporting this!

muesli avatar Oct 12 '22 02:10 muesli