I have added support for
@pdf nodes to VR3. It's similar to the same support in the viewrendered plugin that was added recently.
A node whose headline starts with @pdf and whose headline or body contains a path to a .pdf file on the same computer will display the rendered PDF in the vr3 pane. The path can be either absolute or relative to the path in effect at the node. It must use "/" for path separators, and must NOT start with file:
If the path is in the body, it must be the first line of the the body. You can have any other text after that first line, so you can include comments about the file. This feature is one of the differences in the way that VR and VR3 process @pdf nodes.
If both the headline and the body contain a valid path, the one in the headline will be used.
I forgot to update the plugin's docstring, and I'll submit a PR for that soon.
I'm not planning to add support for @mathjax nodes because VR3 already supports mathjax embedded within RsT, MD, and Asciidoc nodes, and does it more flexibly in that mathjax, ordinary text, and images can be included in any of those nodes.