Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.
This repository was archived by the owner on May 5, 2020. It is now read-only.

Add Internal Links #12

@killercup

Description

@killercup

It should be possible to link to other files in the documentation using relative URLs.

E.g., the comment in

###
# Set the answer to the [correct value](../magic_numbers.coffee#answers).
###
answer = 42

should render like

Set the answer to the <a href="../magic_numbers.coffee.html#answers">correct value</a>.

Determining whether a link points to an existing file (and anchor) is secondary.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions