Is it possible to use the wikilink syntax to refer to a function in another namespace in cljdoc?
example: the line
function mentioned here: https://cljdoc.org/d/quil/quil/3.0.0-SNAPSHOT/api/quil.helpers.drawing should link here: https://cljdoc.org/d/quil/quil/3.0.0-SNAPSHOT/api/quil.core#line
@anthony-galea fully qualify the symbol
i.e. [[quil.core/line]]
👍 works thanks
You're welcome, happy to see quil's docs apparently getting some cljdoc love 🙂