JuliaDocs / DocumenterInterLinks.jl

A plugin for Documenter.jl that enables linking between projects
http://juliadocs.org/DocumenterInterLinks.jl/
MIT License
21 stars 1 forks source link

Do not require backticks for short-circuit #4

Closed goerz closed 4 months ago

goerz commented 4 months ago

The format [text](@extref Documenter.makedocs) now directly short-circuits to links["Documenter"] without requiring backticks around Documenter.makedocs. Consequently, we can de-emphasize the backtick syntax and make the recommended syntax closer to standard @ref links.