Back to API Reference
Class

MarkdownLinkParseRule

sealed
Inherits:ParseRule

Parses Markdown-style links: [link text](https://example.com).

public bool CanWrap{ get }
public string DefaultParameter{ get; set }

Merged behind the parsed URL (the URL stays the opaque first value).

public string MarkupTriggers{ get }
public string TypingTriggers{ get }
public override string Apply()
public override int TryMatch()

See Also