I try to have an automatic word wrap when I write markdown text: I expect that lines are automatically broken when I type a line longer than the wrap line length
set, by a hard
break (i.e. a newline
character).
I have set
word wrap
towordWrapColumn
word wrap column
to 50wrappingIndent
to samewrapping Strategy
to simplewrap attributes
to auto and nothing set to markdown.
Nevertheless, lines extend to the end of the editor (much more than 50) and nothing happens. I have tried the toggle word wrap
with no effect (it would be great if the state of the toggle would be shown, like for auto save
).
What is wrong?