Is it possible to auto-link to an eex file?

Let’s say I have a Phoenix application that I’ve open sourced and I want to publish documentation for it. In guides/overview.md I’d like to link to lib/my_app_web/templates/page/foo.html.eex.

Is there a way to do this directly from ExDoc w/o using a standard Markdown link like [the Foo template](https://github.com/jc00ke/my_app/blob/main/lib/my_app_web/templates/page/foo.html.eex]?

Thanks for your help!

1 Like

Nope, that is not possible.