I'm writing markdown text (not R code) in an RMarkdown document in the source pane of RStudio and I have the margin set at 80 characters in Global Options > Code > Display. I was looking for a way to make the text I'm writing get automatically soft wrapped at the margin. Just for readability and neatness reasons.
The text wraps at the width of the pane, not at the margin. I would like to keep the pane at its current width (or whatever) and still have control over where the text wraps.
How can I achieve this, please?