In Jupyter, it is possible to link one notebook to another using relative paths. However, this does not appear to work with Pluto. Here is what I tried:
@lungben, thank you. This is really close to what I need. I need to specify a path relative to the current working directory. Unfortunately, my attempts to modify your code did not work. Here is what I did:
You can put your whole text inside of Markdown.parse(). It essentially does the same as the md string macro (in fact, md internally calls Markdown.parse()), except that it takes a “normal” string as input, where interpolation works slightly different than in the md string macro.