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 wraptowordWrapColumnword wrap columnto 50wrappingIndentto samewrapping Strategyto simplewrap attributesto 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?