Interpolate variables in markdown in Documenter.jl

Is it possible to interpolate a variable (such as a url name) in the doc pages?

For example, I want to set:

my_page = "http://url.to.my.page.org"

and then, in the Documenter Markdown files, do:

[MyPage]($my_page)

or something similar, to get the link working there.

Not at the moment, but there are a couple of related issues:

2 Likes