Glad you got it working. I don't know why the default setting isn't
True. That's a bug and I'll get it fixed. As for extra blank lines, I put them in because sometimes the RsT processor barfs when it thinks it needs a blank line, and it was much easier to just add extra lines than to get it all perfect. They never matter for rendered output, anyway. If it's really important to you, send me an outline with an example and I'll see what I can do.
BTW, in case you would rather use Markdown instead of RsT, VR3 works the same way with MD. You just have to tell it that you are using MD, and there are three ways to do that:
1. Select MD in the Default Kind menu, or
2. Start each node's body with @language md or
3. Start the headline of the top-level node with @md .
Well, there's a fourth way as well, via a setting.
Actually, VR3 will work the same way with Asciidoc too. I don't really recommend that because 1) it can be a bit of a pain to get an Asciidoc processor going, and 2) all the available Asciidoc processors are very slow to render, which is a nuisance if you want to do some editing and see the output immediately. But the output looks good, and the markup is very readable.
See my next post for another use case, one that may not be obvious but is close to my heart.