Skip to content

Implement linking to types in markdown #22

@Sven65

Description

@Sven65

Please Describe The Problem To Be Solved

If a given type is found inside the final doc before markdown generation, the markdown should link to it.

For example, if the type TBChannelId has been parsed and documented, the below markdown

# Attributes
- channel_id :: TBChannelId
- description :: &str
- emoji :: TBGuildWelcomeChannelEmoji?

should be made into

# Attributes
- channel_id :: [TBChannelId](./TBChannelId.md)
- description :: &str
- emoji :: TBGuildWelcomeChannelEmoji?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions