Is there a way to include Markdown files inside other Markdown?

Thanks a lot @mortenpi ! That worked :slight_smile:

You could even define it as a function to reduce the boilerplate in the at-eval block.

Is it also possible to create a custom macro that one can call then instead of @eval? The use case would be to do, e.g., @_ref(StaticArrays.jl) inside a normal documentation text in order to workaround this limitation: How to use Markdown reference links with Documenter.jl