glamour
glamour copied to clipboard
Glow does not recognize line breaks neither double space nor backslashes.
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.
Glow does currently reflow the text to make the text fit the desired line width.
Do you have a markdown example?
<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!!!
Consolidated in individual tickets. Thanks for reporting this!