Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Intra-document links not created correctly #49

@mikechristiansenvae

Description

@mikechristiansenvae

Given this markdown:

- [`cryptography` functions](#cryptography-functions)

LinkInlineRenderer.Write receives a LinkInline object, with a Url property of "#cryptography-functions".

Line 30 calls Uri.IsWellFormedUriString and since that returns false, the URI that is written is #.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions