Hey all,
I’m creating a project I expect people to remix. From the README.md I’d like to include some links to the current project’s pages. For instance:
[test](https://${PROJECT_DOMAIN}.glitch.me/test-page)
However ${PROJECT_DOMAIN}
is not a thing in markdown, of course. Is there any way to do something like this?
Thanks!
–Frank