Something else we could get with ids on code blocks (see #155) is linking between functions in docstrings and comments. Something like:
;; This is a function that calls [[foo/bar]], and does stuff
(defn stuff []
"And a docstring about calling [[foo/bar]]..."
(foo/bar "stuff"))
That would I think be pretty slick, and useful. I realize this could be a bit more challenging than #155 and #156 depending on how the markdown is getting processed. Would probably have to be some pre-processing step.
Something else we could get with ids on code blocks (see #155) is linking between functions in docstrings and comments. Something like:
That would I think be pretty slick, and useful. I realize this could be a bit more challenging than #155 and #156 depending on how the markdown is getting processed. Would probably have to be some pre-processing step.