I can't get Plugin Configuration for the markdown plugin to have any effect.
I set breaks to true by editing $:/config/markdown/breaks. I reloaded the wiki in the browser. But the following text renders as "line1 line2 line3".
line1
line2
line3
The description for this configuration item is "Remarkable library config: Convert '\n' in paragraphs into <br>", so I would expect to see those rendered as separate lines.
Any suggestion to achieve the desired effect?
I'm using the standard markdown plugin (v5.1.22).