Skip to content

Markdown extension for linking to a function in docstrings and comments #157

@metasoarous

Description

@metasoarous

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions